#2ddaae color space conversions
Hex:
        #2ddaae
        RGB:
        45, 218, 174
        CMY:
        82, 15, 32
        CMYK:
        79, 0, 20, 15
      HSL:
        165°, 70.0405%, 51.5686%
        HSV (HSB):
        165°, 79.3578%, 85.4902%
        XYZ:
        33.7936, 53.7567, 48.6394
        xyY:
        0.2481, 0.3947, 53.7567
      CIE-Lab:
        78.3196, -52.3339, 9.7324
        CIE-LCH:
        78.3196, 53.2311, 169.4652
        CIE-Luv:
        78.3196, -61.8578, 22.7176
        Hunter-Lab:
        73.3190, -46.0354, 11.9906
      #2ddaae color charts
#2ddaae RGB chart
      #2ddaae CMYK chart
      #2ddaae RGB pie chart
      #2ddaae color shades, tints & tones
#2ddaae color schemes
#2ddaae color preview, HTML & CSS examples
           This text has a color of #2ddaae        
        
          <p style="color:#2ddaae;">Text here</p>
        
        
          .mytext {color:#2ddaae;}
        
        Text color #2ddaae
      
           This box has a color of #2ddaae        
        
          <div style="background-color:#2ddaae;">Content here</div>
        
        
          .mybackground {background-color:#2ddaae;}
        
        Background color #2ddaae
      
           Border around this has a color of #2ddaae        
        
          <div style="border:2px solid #2ddaae;">Content here</div>
        
        
          .myborder {border:2px solid #2ddaae;}
        
        Border color #2ddaae