#50deab color space conversions
Hex:
        #50deab
        RGB:
        80, 222, 171
        CMY:
        69, 13, 33
        CMYK:
        64, 0, 23, 13
      HSL:
        158°, 68.2692%, 59.2157%
        HSV (HSB):
        158°, 63.9640%, 87.0588%
        XYZ:
        36.7802, 56.8883, 47.5701
        xyY:
        0.2604, 0.4028, 56.8883
      CIE-Lab:
        80.1167, -49.9379, 13.9594
        CIE-LCH:
        80.1167, 51.8523, 164.3824
        CIE-Luv:
        80.1167, -57.6931, 28.5283
        Hunter-Lab:
        75.4243, -44.9481, 15.4029
      #50deab color charts
#50deab RGB chart
      #50deab CMYK chart
      #50deab RGB pie chart
      #50deab color shades, tints & tones
#50deab color schemes
#50deab color preview, HTML & CSS examples
           This text has a color of #50deab        
        
          <p style="color:#50deab;">Text here</p>
        
        
          .mytext {color:#50deab;}
        
        Text color #50deab
      
           This box has a color of #50deab        
        
          <div style="background-color:#50deab;">Content here</div>
        
        
          .mybackground {background-color:#50deab;}
        
        Background color #50deab
      
           Border around this has a color of #50deab        
        
          <div style="border:2px solid #50deab;">Content here</div>
        
        
          .myborder {border:2px solid #50deab;}
        
        Border color #50deab