#96fcaa color space conversions
Hex:
        #96fcaa
        RGB:
        150, 252, 170
        CMY:
        41, 1, 33
        CMYK:
        40, 0, 33, 1
      HSL:
        132°, 94.4444%, 78.8235%
        HSV (HSB):
        132°, 40.4762%, 98.8235%
        XYZ:
        54.6438, 79.0071, 50.4001
        xyY:
        0.2969, 0.4293, 79.0071
      CIE-Lab:
        91.2375, -46.4757, 30.1816
        CIE-LCH:
        91.2375, 55.4158, 147.0001
        CIE-Luv:
        91.2375, -48.2726, 50.8486
        Hunter-Lab:
        88.8859, -45.8152, 28.6016
      #96fcaa color charts
#96fcaa RGB chart
      #96fcaa CMYK chart
      #96fcaa RGB pie chart
      #96fcaa color shades, tints & tones
#96fcaa color schemes
#96fcaa color preview, HTML & CSS examples
           This text has a color of #96fcaa        
        
          <p style="color:#96fcaa;">Text here</p>
        
        
          .mytext {color:#96fcaa;}
        
        Text color #96fcaa
      
           This box has a color of #96fcaa        
        
          <div style="background-color:#96fcaa;">Content here</div>
        
        
          .mybackground {background-color:#96fcaa;}
        
        Background color #96fcaa
      
           Border around this has a color of #96fcaa        
        
          <div style="border:2px solid #96fcaa;">Content here</div>
        
        
          .myborder {border:2px solid #96fcaa;}
        
        Border color #96fcaa