#5efeac color space conversions
Hex:
        #5efeac
        RGB:
        94, 254, 172
        CMY:
        63, 0, 33
        CMYK:
        63, 0, 32, 0
      HSL:
        149°, 98.7654%, 68.2353%
        HSV (HSB):
        149°, 62.9921%, 99.6078%
        XYZ:
        47.5043, 76.2419, 51.2421
        xyY:
        0.2715, 0.4357, 76.2419
      CIE-Lab:
        89.9715, -59.9770, 27.1419
        CIE-LCH:
        89.9715, 65.8325, 155.6514
        CIE-Luv:
        89.9715, -66.1405, 48.9910
        Hunter-Lab:
        87.3166, -55.6917, 26.3270
      #5efeac color charts
#5efeac RGB chart
      #5efeac CMYK chart
      #5efeac RGB pie chart
      #5efeac color shades, tints & tones
#5efeac color schemes
#5efeac color preview, HTML & CSS examples
           This text has a color of #5efeac        
        
          <p style="color:#5efeac;">Text here</p>
        
        
          .mytext {color:#5efeac;}
        
        Text color #5efeac
      
           This box has a color of #5efeac        
        
          <div style="background-color:#5efeac;">Content here</div>
        
        
          .mybackground {background-color:#5efeac;}
        
        Background color #5efeac
      
           Border around this has a color of #5efeac        
        
          <div style="border:2px solid #5efeac;">Content here</div>
        
        
          .myborder {border:2px solid #5efeac;}
        
        Border color #5efeac