#2ebfac color space conversions
Hex:
        #2ebfac
        RGB:
        46, 191, 172
        CMY:
        82, 25, 33
        CMYK:
        76, 0, 10, 25
      HSL:
        172°, 61.1814%, 46.4706%
        HSV (HSB):
        172°, 75.9162%, 74.9020%
        XYZ:
        27.2039, 40.8210, 45.4752
        xyY:
        0.2397, 0.3597, 40.8210
      CIE-Lab:
        70.0503, -41.3973, -1.1351
        CIE-LCH:
        70.0503, 41.4129, 181.5707
        CIE-Luv:
        70.0503, -52.4568, 4.6781
        Hunter-Lab:
        63.8913, -35.8073, 2.5238
      #2ebfac color charts
#2ebfac RGB chart
      #2ebfac CMYK chart
      #2ebfac RGB pie chart
      #2ebfac color shades, tints & tones
#2ebfac color schemes
#2ebfac color preview, HTML & CSS examples
           This text has a color of #2ebfac        
        
          <p style="color:#2ebfac;">Text here</p>
        
        
          .mytext {color:#2ebfac;}
        
        Text color #2ebfac
      
           This box has a color of #2ebfac        
        
          <div style="background-color:#2ebfac;">Content here</div>
        
        
          .mybackground {background-color:#2ebfac;}
        
        Background color #2ebfac
      
           Border around this has a color of #2ebfac        
        
          <div style="border:2px solid #2ebfac;">Content here</div>
        
        
          .myborder {border:2px solid #2ebfac;}
        
        Border color #2ebfac