#aafcaf color space conversions
Hex:
        #aafcaf
        RGB:
        170, 252, 175
        CMY:
        33, 1, 31
        CMYK:
        33, 0, 31, 1
      HSL:
        124°, 93.1818%, 82.7451%
        HSV (HSB):
        124°, 32.5397%, 98.8235%
        XYZ:
        59.1258, 81.2620, 53.1263
        xyY:
        0.3055, 0.4199, 81.2620
      CIE-Lab:
        92.2482, -39.7621, 29.1833
        CIE-LCH:
        92.2482, 49.3223, 143.7232
        CIE-Luv:
        92.2482, -39.9442, 48.5178
        Hunter-Lab:
        90.1454, -40.6775, 28.1598
      #aafcaf color charts
#aafcaf RGB chart
      #aafcaf CMYK chart
      #aafcaf RGB pie chart
      #aafcaf color shades, tints & tones
#aafcaf color schemes
#aafcaf color preview, HTML & CSS examples
           This text has a color of #aafcaf        
        
          <p style="color:#aafcaf;">Text here</p>
        
        
          .mytext {color:#aafcaf;}
        
        Text color #aafcaf
      
           This box has a color of #aafcaf        
        
          <div style="background-color:#aafcaf;">Content here</div>
        
        
          .mybackground {background-color:#aafcaf;}
        
        Background color #aafcaf
      
           Border around this has a color of #aafcaf        
        
          <div style="border:2px solid #aafcaf;">Content here</div>
        
        
          .myborder {border:2px solid #aafcaf;}
        
        Border color #aafcaf