#96ccac color space conversions
Hex:
        #96ccac
        RGB:
        150, 204, 172
        CMY:
        41, 20, 33
        CMYK:
        26, 0, 16, 20
      HSL:
        144°, 34.6154%, 69.4118%
        HSV (HSB):
        144°, 26.4706%, 80.0000%
        XYZ:
        41.6169, 52.6483, 46.9984
        xyY:
        0.2946, 0.3727, 52.6483
      CIE-Lab:
        77.6669, -24.0600, 10.3460
        CIE-LCH:
        77.6669, 26.1901, 156.7320
        CIE-Luv:
        77.6669, -26.8936, 19.1627
        Hunter-Lab:
        72.5592, -24.5983, 12.3878
      #96ccac color charts
#96ccac RGB chart
      #96ccac CMYK chart
      #96ccac RGB pie chart
      #96ccac color shades, tints & tones
#96ccac color schemes
#96ccac color preview, HTML & CSS examples
           This text has a color of #96ccac        
        
          <p style="color:#96ccac;">Text here</p>
        
        
          .mytext {color:#96ccac;}
        
        Text color #96ccac
      
           This box has a color of #96ccac        
        
          <div style="background-color:#96ccac;">Content here</div>
        
        
          .mybackground {background-color:#96ccac;}
        
        Background color #96ccac
      
           Border around this has a color of #96ccac        
        
          <div style="border:2px solid #96ccac;">Content here</div>
        
        
          .myborder {border:2px solid #96ccac;}
        
        Border color #96ccac