#2ebdac color space conversions
Hex:
        #2ebdac
        RGB:
        46, 189, 172
        CMY:
        82, 26, 33
        CMYK:
        76, 0, 9, 26
      HSL:
        173°, 60.8511%, 46.0784%
        HSV (HSB):
        173°, 75.6614%, 74.1176%
        XYZ:
        26.7707, 39.9546, 45.3308
        xyY:
        0.2389, 0.3566, 39.9546
      CIE-Lab:
        69.4372, -40.5129, -2.0339
        CIE-LCH:
        69.4372, 40.5639, 182.8741
        CIE-Luv:
        69.4372, -51.7475, 3.1753
        Hunter-Lab:
        63.2096, -35.0181, 1.7270
      #2ebdac color charts
#2ebdac RGB chart
      #2ebdac CMYK chart
      #2ebdac RGB pie chart
      #2ebdac color shades, tints & tones
#2ebdac color schemes
#2ebdac color preview, HTML & CSS examples
           This text has a color of #2ebdac        
        
          <p style="color:#2ebdac;">Text here</p>
        
        
          .mytext {color:#2ebdac;}
        
        Text color #2ebdac
      
           This box has a color of #2ebdac        
        
          <div style="background-color:#2ebdac;">Content here</div>
        
        
          .mybackground {background-color:#2ebdac;}
        
        Background color #2ebdac
      
           Border around this has a color of #2ebdac        
        
          <div style="border:2px solid #2ebdac;">Content here</div>
        
        
          .myborder {border:2px solid #2ebdac;}
        
        Border color #2ebdac