#2ddabc color space conversions
Hex:
        #2ddabc
        RGB:
        45, 218, 188
        CMY:
        82, 15, 26
        CMYK:
        79, 0, 14, 15
      HSL:
        170°, 70.0405%, 51.5686%
        HSV (HSB):
        170°, 79.3578%, 85.4902%
        XYZ:
        35.2307, 54.3315, 56.2071
        xyY:
        0.2417, 0.3727, 54.3315
      CIE-Lab:
        78.6547, -48.8262, 2.7597
        CIE-LCH:
        78.6547, 48.9042, 176.7650
        CIE-Luv:
        78.6547, -60.8608, 11.8738
        Hunter-Lab:
        73.7099, -43.6758, 6.3857
      #2ddabc color charts
#2ddabc RGB chart
      #2ddabc CMYK chart
      #2ddabc RGB pie chart
      #2ddabc color shades, tints & tones
#2ddabc color schemes
#2ddabc color preview, HTML & CSS examples
           This text has a color of #2ddabc        
        
          <p style="color:#2ddabc;">Text here</p>
        
        
          .mytext {color:#2ddabc;}
        
        Text color #2ddabc
      
           This box has a color of #2ddabc        
        
          <div style="background-color:#2ddabc;">Content here</div>
        
        
          .mybackground {background-color:#2ddabc;}
        
        Background color #2ddabc
      
           Border around this has a color of #2ddabc        
        
          <div style="border:2px solid #2ddabc;">Content here</div>
        
        
          .myborder {border:2px solid #2ddabc;}
        
        Border color #2ddabc