#00bfaa color space conversions
Hex:
        #00bfaa
        RGB:
        0, 191, 170
        CMY:
        100, 25, 33
        CMYK:
        100, 0, 11, 25
      HSL:
        173°, 100.0000%, 37.4510%
        HSV (HSB):
        173°, 100.0000%, 74.9020%
        XYZ:
        25.8865, 40.1639, 44.4183
        xyY:
        0.2343, 0.3636, 40.1639
      CIE-Lab:
        69.5861, -44.8036, -0.7683
        CIE-LCH:
        69.5861, 44.8102, 180.9824
        CIE-Luv:
        69.5861, -55.9789, 5.6898
        Hunter-Lab:
        63.3750, -37.9951, 2.8073
      #00bfaa color charts
#00bfaa RGB chart
      #00bfaa CMYK chart
      #00bfaa RGB pie chart
      #00bfaa color shades, tints & tones
#00bfaa color schemes
#00bfaa color preview, HTML & CSS examples
           This text has a color of #00bfaa        
        
          <p style="color:#00bfaa;">Text here</p>
        
        
          .mytext {color:#00bfaa;}
        
        Text color #00bfaa
      
           This box has a color of #00bfaa        
        
          <div style="background-color:#00bfaa;">Content here</div>
        
        
          .mybackground {background-color:#00bfaa;}
        
        Background color #00bfaa
      
           Border around this has a color of #00bfaa        
        
          <div style="border:2px solid #00bfaa;">Content here</div>
        
        
          .myborder {border:2px solid #00bfaa;}
        
        Border color #00bfaa