#50caac color space conversions
Hex:
        #50caac
        RGB:
        80, 202, 172
        CMY:
        69, 21, 33
        CMYK:
        60, 0, 15, 21
      HSL:
        165°, 53.5088%, 55.2941%
        HSV (HSB):
        165°, 60.3960%, 79.2157%
        XYZ:
        31.8752, 46.9251, 46.4072
        xyY:
        0.2546, 0.3748, 46.9251
      CIE-Lab:
        74.1418, -41.1597, 4.9048
        CIE-LCH:
        74.1418, 41.4509, 173.2045
        CIE-Luv:
        74.1418, -50.2357, 13.8183
        Hunter-Lab:
        68.5019, -36.8190, 7.7848
      #50caac color charts
#50caac RGB chart
      #50caac CMYK chart
      #50caac RGB pie chart
      #50caac color shades, tints & tones
#50caac color schemes
#50caac color preview, HTML & CSS examples
           This text has a color of #50caac        
        
          <p style="color:#50caac;">Text here</p>
        
        
          .mytext {color:#50caac;}
        
        Text color #50caac
      
           This box has a color of #50caac        
        
          <div style="background-color:#50caac;">Content here</div>
        
        
          .mybackground {background-color:#50caac;}
        
        Background color #50caac
      
           Border around this has a color of #50caac        
        
          <div style="border:2px solid #50caac;">Content here</div>
        
        
          .myborder {border:2px solid #50caac;}
        
        Border color #50caac