#255f5f color space conversions
Hex:
        #255f5f
        RGB:
        37, 95, 95
        CMY:
        85, 63, 63
        CMYK:
        61, 0, 0, 63
      HSL:
        180°, 43.9394%, 25.8824%
        HSV (HSB):
        180°, 61.0526%, 37.2549%
        XYZ:
        6.9207, 9.4040, 12.2769
        xyY:
        0.2420, 0.3288, 9.4040
      CIE-Lab:
        36.7507, -18.5847, -5.6717
        CIE-LCH:
        36.7507, 19.4309, 196.9712
        CIE-Luv:
        36.7507, -22.9560, -4.9581
        Hunter-Lab:
        30.6659, -13.3811, -2.2702
      #255f5f color charts
#255f5f RGB chart
      #255f5f CMYK chart
      #255f5f RGB pie chart
      #255f5f color shades, tints & tones
#255f5f color schemes
#255f5f color preview, HTML & CSS examples
           This text has a color of #255f5f        
        
          <p style="color:#255f5f;">Text here</p>
        
        
          .mytext {color:#255f5f;}
        
        Text color #255f5f
      
           This box has a color of #255f5f        
        
          <div style="background-color:#255f5f;">Content here</div>
        
        
          .mybackground {background-color:#255f5f;}
        
        Background color #255f5f
      
           Border around this has a color of #255f5f        
        
          <div style="border:2px solid #255f5f;">Content here</div>
        
        
          .myborder {border:2px solid #255f5f;}
        
        Border color #255f5f