#52cead color space conversions
Hex:
        #52cead
        RGB:
        82, 206, 173
        CMY:
        68, 19, 32
        CMYK:
        60, 0, 16, 19
      HSL:
        164°, 55.8559%, 56.4706%
        HSV (HSB):
        164°, 60.1942%, 80.7843%
        XYZ:
        33.0938, 48.9536, 47.2399
        xyY:
        0.2560, 0.3786, 48.9536
      CIE-Lab:
        75.4224, -42.3079, 6.2178
        CIE-LCH:
        75.4224, 42.7624, 171.6394
        CIE-Luv:
        75.4224, -51.2123, 15.9723
        Hunter-Lab:
        69.9668, -38.0128, 8.9456
      #52cead color charts
#52cead RGB chart
      #52cead CMYK chart
      #52cead RGB pie chart
      #52cead color shades, tints & tones
#52cead color schemes
#52cead color preview, HTML & CSS examples
           This text has a color of #52cead        
        
          <p style="color:#52cead;">Text here</p>
        
        
          .mytext {color:#52cead;}
        
        Text color #52cead
      
           This box has a color of #52cead        
        
          <div style="background-color:#52cead;">Content here</div>
        
        
          .mybackground {background-color:#52cead;}
        
        Background color #52cead
      
           Border around this has a color of #52cead        
        
          <div style="border:2px solid #52cead;">Content here</div>
        
        
          .myborder {border:2px solid #52cead;}
        
        Border color #52cead