#affbbf color space conversions
Hex:
        #affbbf
        RGB:
        175, 251, 191
        CMY:
        31, 2, 25
        CMYK:
        30, 0, 24, 2
      HSL:
        133°, 90.4762%, 83.5294%
        HSV (HSB):
        133°, 30.2789%, 98.4314%
        XYZ:
        61.5803, 81.8699, 61.8471
        xyY:
        0.3000, 0.3988, 81.8699
      CIE-Lab:
        92.5174, -35.0963, 21.4649
        CIE-LCH:
        92.5174, 41.1399, 148.5500
        CIE-Luv:
        92.5174, -37.1180, 37.4665
        Hunter-Lab:
        90.4820, -36.8597, 22.8110
      #affbbf color charts
#affbbf RGB chart
      #affbbf CMYK chart
      #affbbf RGB pie chart
      #affbbf color shades, tints & tones
#affbbf color schemes
#affbbf color preview, HTML & CSS examples
           This text has a color of #affbbf        
        
          <p style="color:#affbbf;">Text here</p>
        
        
          .mytext {color:#affbbf;}
        
        Text color #affbbf
      
           This box has a color of #affbbf        
        
          <div style="background-color:#affbbf;">Content here</div>
        
        
          .mybackground {background-color:#affbbf;}
        
        Background color #affbbf
      
           Border around this has a color of #affbbf        
        
          <div style="border:2px solid #affbbf;">Content here</div>
        
        
          .myborder {border:2px solid #affbbf;}
        
        Border color #affbbf