#aafcbc color space conversions
Hex:
        #aafcbc
        RGB:
        170, 252, 188
        CMY:
        33, 1, 26
        CMYK:
        33, 0, 25, 1
      HSL:
        133°, 93.1818%, 82.7451%
        HSV (HSB):
        133°, 32.5397%, 98.8235%
        XYZ:
        60.4651, 81.7977, 60.1786
        xyY:
        0.2987, 0.4041, 81.7977
      CIE-Lab:
        92.4855, -37.5865, 22.9129
        CIE-LCH:
        92.4855, 44.0199, 148.6333
        CIE-Luv:
        92.4855, -39.7738, 39.8683
        Hunter-Lab:
        90.4421, -38.9374, 23.8589
      #aafcbc color charts
#aafcbc RGB chart
      #aafcbc CMYK chart
      #aafcbc RGB pie chart
      #aafcbc color shades, tints & tones
#aafcbc color schemes
#aafcbc color preview, HTML & CSS examples
           This text has a color of #aafcbc        
        
          <p style="color:#aafcbc;">Text here</p>
        
        
          .mytext {color:#aafcbc;}
        
        Text color #aafcbc
      
           This box has a color of #aafcbc        
        
          <div style="background-color:#aafcbc;">Content here</div>
        
        
          .mybackground {background-color:#aafcbc;}
        
        Background color #aafcbc
      
           Border around this has a color of #aafcbc        
        
          <div style="border:2px solid #aafcbc;">Content here</div>
        
        
          .myborder {border:2px solid #aafcbc;}
        
        Border color #aafcbc