#2ccdae color space conversions
Hex:
        #2ccdae
        RGB:
        44, 205, 174
        CMY:
        83, 20, 32
        CMYK:
        79, 0, 15, 20
      HSL:
        168°, 64.6586%, 48.8235%
        HSV (HSB):
        168°, 78.5366%, 80.3922%
        XYZ:
        30.5100, 47.2541, 47.5573
        xyY:
        0.2435, 0.3771, 47.2541
      CIE-Lab:
        74.3520, -47.0976, 4.0339
        CIE-LCH:
        74.3520, 47.2700, 175.1046
        CIE-Luv:
        74.3520, -57.4836, 13.3890
        Hunter-Lab:
        68.7416, -41.0731, 7.1007
      #2ccdae color charts
#2ccdae RGB chart
      #2ccdae CMYK chart
      #2ccdae RGB pie chart
      #2ccdae color shades, tints & tones
#2ccdae color schemes
#2ccdae color preview, HTML & CSS examples
           This text has a color of #2ccdae        
        
          <p style="color:#2ccdae;">Text here</p>
        
        
          .mytext {color:#2ccdae;}
        
        Text color #2ccdae
      
           This box has a color of #2ccdae        
        
          <div style="background-color:#2ccdae;">Content here</div>
        
        
          .mybackground {background-color:#2ccdae;}
        
        Background color #2ccdae
      
           Border around this has a color of #2ccdae        
        
          <div style="border:2px solid #2ccdae;">Content here</div>
        
        
          .myborder {border:2px solid #2ccdae;}
        
        Border color #2ccdae