#0decaf color space conversions
Hex:
        #0decaf
        RGB:
        13, 236, 175
        CMY:
        95, 7, 31
        CMYK:
        94, 0, 26, 7
      HSL:
        164°, 89.5582%, 48.8235%
        HSV (HSB):
        164°, 94.4915%, 92.5490%
        XYZ:
        37.8993, 63.1716, 50.7533
        xyY:
        0.2496, 0.4161, 63.1716
      CIE-Lab:
        83.5326, -61.0031, 16.5366
        CIE-LCH:
        83.5326, 63.2047, 164.8328
        CIE-Luv:
        83.5326, -70.1451, 34.0769
        Hunter-Lab:
        79.4806, -53.9756, 17.7761
      #0decaf color charts
#0decaf RGB chart
      #0decaf CMYK chart
      #0decaf RGB pie chart
      #0decaf color shades, tints & tones
#0decaf color schemes
#0decaf color preview, HTML & CSS examples
           This text has a color of #0decaf        
        
          <p style="color:#0decaf;">Text here</p>
        
        
          .mytext {color:#0decaf;}
        
        Text color #0decaf
      
           This box has a color of #0decaf        
        
          <div style="background-color:#0decaf;">Content here</div>
        
        
          .mybackground {background-color:#0decaf;}
        
        Background color #0decaf
      
           Border around this has a color of #0decaf        
        
          <div style="border:2px solid #0decaf;">Content here</div>
        
        
          .myborder {border:2px solid #0decaf;}
        
        Border color #0decaf