#2ddabe color space conversions
Hex:
        #2ddabe
        RGB:
        45, 218, 190
        CMY:
        82, 15, 25
        CMYK:
        79, 0, 13, 15
      HSL:
        170°, 70.0405%, 51.5686%
        HSV (HSB):
        170°, 79.3578%, 85.4902%
        XYZ:
        35.4479, 54.4184, 57.3507
        xyY:
        0.2408, 0.3696, 54.4184
      CIE-Lab:
        78.7051, -48.3071, 1.7659
        CIE-LCH:
        78.7051, 48.3394, 177.9065
        CIE-Luv:
        78.7051, -60.7160, 10.2880
        Hunter-Lab:
        73.7688, -43.3215, 5.5439
      #2ddabe color charts
#2ddabe RGB chart
      #2ddabe CMYK chart
      #2ddabe RGB pie chart
      #2ddabe color shades, tints & tones
#2ddabe color schemes
#2ddabe color preview, HTML & CSS examples
           This text has a color of #2ddabe        
        
          <p style="color:#2ddabe;">Text here</p>
        
        
          .mytext {color:#2ddabe;}
        
        Text color #2ddabe
      
           This box has a color of #2ddabe        
        
          <div style="background-color:#2ddabe;">Content here</div>
        
        
          .mybackground {background-color:#2ddabe;}
        
        Background color #2ddabe
      
           Border around this has a color of #2ddabe        
        
          <div style="border:2px solid #2ddabe;">Content here</div>
        
        
          .myborder {border:2px solid #2ddabe;}
        
        Border color #2ddabe