#96ebac color space conversions
Hex:
        #96ebac
        RGB:
        150, 235, 172
        CMY:
        41, 8, 33
        CMYK:
        36, 0, 27, 8
      HSL:
        136°, 68.0000%, 75.4902%
        HSV (HSB):
        136°, 36.1702%, 92.1569%
        XYZ:
        49.7324, 68.8792, 49.7036
        xyY:
        0.2955, 0.4092, 68.8792
      CIE-Lab:
        86.4442, -38.6640, 22.6332
        CIE-LCH:
        86.4442, 44.8014, 149.6560
        CIE-Luv:
        86.4442, -40.8775, 39.1377
        Hunter-Lab:
        82.9935, -38.2757, 22.5876
      #96ebac color charts
#96ebac RGB chart
      #96ebac CMYK chart
      #96ebac RGB pie chart
      #96ebac color shades, tints & tones
#96ebac color schemes
#96ebac color preview, HTML & CSS examples
           This text has a color of #96ebac        
        
          <p style="color:#96ebac;">Text here</p>
        
        
          .mytext {color:#96ebac;}
        
        Text color #96ebac
      
           This box has a color of #96ebac        
        
          <div style="background-color:#96ebac;">Content here</div>
        
        
          .mybackground {background-color:#96ebac;}
        
        Background color #96ebac
      
           Border around this has a color of #96ebac        
        
          <div style="border:2px solid #96ebac;">Content here</div>
        
        
          .myborder {border:2px solid #96ebac;}
        
        Border color #96ebac