#2efade color space conversions
Hex:
        #2efade
        RGB:
        46, 250, 222
        CMY:
        82, 2, 13
        CMYK:
        82, 0, 11, 2
      HSL:
        172°, 95.3271%, 58.0392%
        HSV (HSB):
        172°, 81.6000%, 98.0392%
        XYZ:
        48.4971, 74.2260, 80.8782
        xyY:
        0.2382, 0.3646, 74.2260
      CIE-Lab:
        89.0292, -53.1699, -0.0439
        CIE-LCH:
        89.0292, 53.1699, 180.0473
        CIE-Luv:
        89.0292, -69.1217, 8.4426
        Hunter-Lab:
        86.1545, -50.2911, 4.6492
      #2efade color charts
#2efade RGB chart
      #2efade CMYK chart
      #2efade RGB pie chart
      #2efade color shades, tints & tones
#2efade color schemes
#2efade color preview, HTML & CSS examples
           This text has a color of #2efade        
        
          <p style="color:#2efade;">Text here</p>
        
        
          .mytext {color:#2efade;}
        
        Text color #2efade
      
           This box has a color of #2efade        
        
          <div style="background-color:#2efade;">Content here</div>
        
        
          .mybackground {background-color:#2efade;}
        
        Background color #2efade
      
           Border around this has a color of #2efade        
        
          <div style="border:2px solid #2efade;">Content here</div>
        
        
          .myborder {border:2px solid #2efade;}
        
        Border color #2efade