#50bbac color space conversions
Hex:
        #50bbac
        RGB:
        80, 187, 172
        CMY:
        69, 27, 33
        CMYK:
        57, 0, 8, 27
      HSL:
        172°, 44.0329%, 52.3529%
        HSV (HSB):
        172°, 57.2193%, 73.3333%
        XYZ:
        28.5250, 40.2247, 45.2904
        xyY:
        0.2501, 0.3527, 40.2247
      CIE-Lab:
        69.6293, -34.3326, -1.6584
        CIE-LCH:
        69.6293, 34.3726, 182.7655
        CIE-Luv:
        69.6293, -44.5593, 2.8875
        Hunter-Lab:
        63.4229, -30.7083, 2.0569
      #50bbac color charts
#50bbac RGB chart
      #50bbac CMYK chart
      #50bbac RGB pie chart
      #50bbac color shades, tints & tones
#50bbac color schemes
#50bbac color preview, HTML & CSS examples
           This text has a color of #50bbac        
        
          <p style="color:#50bbac;">Text here</p>
        
        
          .mytext {color:#50bbac;}
        
        Text color #50bbac
      
           This box has a color of #50bbac        
        
          <div style="background-color:#50bbac;">Content here</div>
        
        
          .mybackground {background-color:#50bbac;}
        
        Background color #50bbac
      
           Border around this has a color of #50bbac        
        
          <div style="border:2px solid #50bbac;">Content here</div>
        
        
          .myborder {border:2px solid #50bbac;}
        
        Border color #50bbac