#50dcaf color space conversions
Hex:
        #50dcaf
        RGB:
        80, 220, 175
        CMY:
        69, 14, 31
        CMYK:
        64, 0, 20, 14
      HSL:
        161°, 66.6667%, 58.8235%
        HSV (HSB):
        161°, 63.6364%, 86.2745%
        XYZ:
        36.6393, 55.9870, 49.4329
        xyY:
        0.2579, 0.3941, 55.9870
      CIE-Lab:
        79.6064, -48.2042, 11.1240
        CIE-LCH:
        79.6064, 49.4711, 167.0055
        CIE-Luv:
        79.6064, -56.7336, 24.1957
        Hunter-Lab:
        74.8245, -43.5367, 13.2071
      #50dcaf color charts
#50dcaf RGB chart
      #50dcaf CMYK chart
      #50dcaf RGB pie chart
      #50dcaf color shades, tints & tones
#50dcaf color schemes
#50dcaf color preview, HTML & CSS examples
           This text has a color of #50dcaf        
        
          <p style="color:#50dcaf;">Text here</p>
        
        
          .mytext {color:#50dcaf;}
        
        Text color #50dcaf
      
           This box has a color of #50dcaf        
        
          <div style="background-color:#50dcaf;">Content here</div>
        
        
          .mybackground {background-color:#50dcaf;}
        
        Background color #50dcaf
      
           Border around this has a color of #50dcaf        
        
          <div style="border:2px solid #50dcaf;">Content here</div>
        
        
          .myborder {border:2px solid #50dcaf;}
        
        Border color #50dcaf