#48faaf color space conversions
Hex:
        #48faaf
        RGB:
        72, 250, 175
        CMY:
        72, 2, 31
        CMYK:
        71, 0, 30, 2
      HSL:
        155°, 94.6809%, 63.1373%
        HSV (HSB):
        155°, 71.2000%, 98.0392%
        XYZ:
        44.5960, 72.8441, 52.2673
        xyY:
        0.2628, 0.4292, 72.8441
      CIE-Lab:
        88.3733, -61.3569, 23.3558
        CIE-LCH:
        88.3733, 65.6518, 159.1604
        CIE-Luv:
        88.3733, -68.9214, 43.9828
        Hunter-Lab:
        85.3487, -56.0915, 23.4351
      #48faaf color charts
#48faaf RGB chart
      #48faaf CMYK chart
      #48faaf RGB pie chart
      #48faaf color shades, tints & tones
#48faaf color schemes
#48faaf color preview, HTML & CSS examples
           This text has a color of #48faaf        
        
          <p style="color:#48faaf;">Text here</p>
        
        
          .mytext {color:#48faaf;}
        
        Text color #48faaf
      
           This box has a color of #48faaf        
        
          <div style="background-color:#48faaf;">Content here</div>
        
        
          .mybackground {background-color:#48faaf;}
        
        Background color #48faaf
      
           Border around this has a color of #48faaf        
        
          <div style="border:2px solid #48faaf;">Content here</div>
        
        
          .myborder {border:2px solid #48faaf;}
        
        Border color #48faaf