#0dedac color space conversions
Hex:
        #0dedac
        RGB:
        13, 237, 172
        CMY:
        95, 7, 33
        CMYK:
        95, 0, 27, 7
      HSL:
        163°, 89.6000%, 49.0196%
        HSV (HSB):
        163°, 94.5148%, 92.9412%
        XYZ:
        37.8966, 63.6325, 49.3147
        xyY:
        0.2512, 0.4218, 63.6325
      CIE-Lab:
        83.7741, -62.0527, 18.4322
        CIE-LCH:
        83.7741, 64.7324, 163.4564
        CIE-Luv:
        83.7741, -70.6885, 36.8985
        Hunter-Lab:
        79.7700, -54.7969, 19.1853
      #0dedac color charts
#0dedac RGB chart
      #0dedac CMYK chart
      #0dedac RGB pie chart
      #0dedac color shades, tints & tones
#0dedac color schemes
#0dedac color preview, HTML & CSS examples
           This text has a color of #0dedac        
        
          <p style="color:#0dedac;">Text here</p>
        
        
          .mytext {color:#0dedac;}
        
        Text color #0dedac
      
           This box has a color of #0dedac        
        
          <div style="background-color:#0dedac;">Content here</div>
        
        
          .mybackground {background-color:#0dedac;}
        
        Background color #0dedac
      
           Border around this has a color of #0dedac        
        
          <div style="border:2px solid #0dedac;">Content here</div>
        
        
          .myborder {border:2px solid #0dedac;}
        
        Border color #0dedac