#50fcaa color space conversions
Hex:
        #50fcaa
        RGB:
        80, 252, 170
        CMY:
        69, 1, 33
        CMYK:
        68, 0, 33, 1
      HSL:
        151°, 96.6292%, 65.0980%
        HSV (HSB):
        151°, 68.2540%, 98.8235%
        XYZ:
        45.3744, 74.2286, 49.9663
        xyY:
        0.2676, 0.4377, 74.2286
      CIE-Lab:
        89.0304, -61.9417, 26.8213
        CIE-LCH:
        89.0304, 67.4993, 156.5869
        CIE-Luv:
        89.0304, -68.4653, 48.7690
        Hunter-Lab:
        86.1560, -56.7653, 25.9239
      #50fcaa color charts
#50fcaa RGB chart
      #50fcaa CMYK chart
      #50fcaa RGB pie chart
      #50fcaa color shades, tints & tones
#50fcaa color schemes
#50fcaa color preview, HTML & CSS examples
           This text has a color of #50fcaa        
        
          <p style="color:#50fcaa;">Text here</p>
        
        
          .mytext {color:#50fcaa;}
        
        Text color #50fcaa
      
           This box has a color of #50fcaa        
        
          <div style="background-color:#50fcaa;">Content here</div>
        
        
          .mybackground {background-color:#50fcaa;}
        
        Background color #50fcaa
      
           Border around this has a color of #50fcaa        
        
          <div style="border:2px solid #50fcaa;">Content here</div>
        
        
          .myborder {border:2px solid #50fcaa;}
        
        Border color #50fcaa