#2edabe color space conversions
Hex:
        #2edabe
        RGB:
        46, 218, 190
        CMY:
        82, 15, 25
        CMYK:
        79, 0, 13, 15
      HSL:
        170°, 69.9187%, 51.7647%
        HSV (HSB):
        170°, 78.8991%, 85.4902%
        XYZ:
        35.4924, 54.4414, 57.3528
        xyY:
        0.2410, 0.3696, 54.4414
      CIE-Lab:
        78.7184, -48.2139, 1.7869
        CIE-LCH:
        78.7184, 48.2470, 177.8775
        CIE-Luv:
        78.7184, -60.6030, 10.3073
        Hunter-Lab:
        73.7844, -43.2591, 5.5628
      #2edabe color charts
#2edabe RGB chart
      #2edabe CMYK chart
      #2edabe RGB pie chart
      #2edabe color shades, tints & tones
#2edabe color schemes
#2edabe color preview, HTML & CSS examples
           This text has a color of #2edabe        
        
          <p style="color:#2edabe;">Text here</p>
        
        
          .mytext {color:#2edabe;}
        
        Text color #2edabe
      
           This box has a color of #2edabe        
        
          <div style="background-color:#2edabe;">Content here</div>
        
        
          .mybackground {background-color:#2edabe;}
        
        Background color #2edabe
      
           Border around this has a color of #2edabe        
        
          <div style="border:2px solid #2edabe;">Content here</div>
        
        
          .myborder {border:2px solid #2edabe;}
        
        Border color #2edabe