#2dcabc color space conversions
Hex:
        #2dcabc
        RGB:
        45, 202, 188
        CMY:
        82, 21, 26
        CMYK:
        78, 0, 7, 21
      HSL:
        175°, 63.5628%, 48.4314%
        HSV (HSB):
        175°, 77.7228%, 79.2157%
        XYZ:
        31.2798, 46.4298, 54.8902
        xyY:
        0.2359, 0.3501, 46.4298
      CIE-Lab:
        73.8236, -41.9643, -4.3068
        CIE-LCH:
        73.8236, 42.1847, 185.8598
        CIE-Luv:
        73.8236, -55.3117, -0.0795
        Hunter-Lab:
        68.1394, -37.3024, -0.0639
      #2dcabc color charts
#2dcabc RGB chart
      #2dcabc CMYK chart
      #2dcabc RGB pie chart
      #2dcabc color shades, tints & tones
#2dcabc color schemes
#2dcabc color preview, HTML & CSS examples
           This text has a color of #2dcabc        
        
          <p style="color:#2dcabc;">Text here</p>
        
        
          .mytext {color:#2dcabc;}
        
        Text color #2dcabc
      
           This box has a color of #2dcabc        
        
          <div style="background-color:#2dcabc;">Content here</div>
        
        
          .mybackground {background-color:#2dcabc;}
        
        Background color #2dcabc
      
           Border around this has a color of #2dcabc        
        
          <div style="border:2px solid #2dcabc;">Content here</div>
        
        
          .myborder {border:2px solid #2dcabc;}
        
        Border color #2dcabc