#5fcaaa color space conversions
Hex:
        #5fcaaa
        RGB:
        95, 202, 170
        CMY:
        63, 21, 33
        CMYK:
        53, 0, 16, 21
      HSL:
        162°, 50.2347%, 58.2353%
        HSV (HSB):
        162°, 52.9703%, 79.2157%
        XYZ:
        33.0955, 47.5762, 45.4690
        xyY:
        0.2624, 0.3772, 47.5762
      CIE-Lab:
        74.5569, -38.5708, 6.6415
        CIE-LCH:
        74.5569, 39.1384, 170.2301
        CIE-Luv:
        74.5569, -46.4667, 15.9977
        Hunter-Lab:
        68.9755, -35.0601, 9.1986
      #5fcaaa color charts
#5fcaaa RGB chart
      #5fcaaa CMYK chart
      #5fcaaa RGB pie chart
      #5fcaaa color shades, tints & tones
#5fcaaa color schemes
#5fcaaa color preview, HTML & CSS examples
           This text has a color of #5fcaaa        
        
          <p style="color:#5fcaaa;">Text here</p>
        
        
          .mytext {color:#5fcaaa;}
        
        Text color #5fcaaa
      
           This box has a color of #5fcaaa        
        
          <div style="background-color:#5fcaaa;">Content here</div>
        
        
          .mybackground {background-color:#5fcaaa;}
        
        Background color #5fcaaa
      
           Border around this has a color of #5fcaaa        
        
          <div style="border:2px solid #5fcaaa;">Content here</div>
        
        
          .myborder {border:2px solid #5fcaaa;}
        
        Border color #5fcaaa