#49ddac color space conversions
Hex:
        #49ddac
        RGB:
        73, 221, 172
        CMY:
        71, 13, 33
        CMYK:
        67, 0, 22, 13
      HSL:
        160°, 68.5185%, 57.6471%
        HSV (HSB):
        160°, 66.9683%, 86.6667%
        XYZ:
        36.0505, 56.1079, 47.9596
        xyY:
        0.2573, 0.4004, 56.1079
      CIE-Lab:
        79.6752, -50.4606, 12.7851
        CIE-LCH:
        79.6752, 52.0551, 165.7822
        CIE-Luv:
        79.6752, -58.7074, 26.9130
        Hunter-Lab:
        74.9052, -45.1754, 14.4720
      #49ddac color charts
#49ddac RGB chart
      #49ddac CMYK chart
      #49ddac RGB pie chart
      #49ddac color shades, tints & tones
#49ddac color schemes
#49ddac color preview, HTML & CSS examples
           This text has a color of #49ddac        
        
          <p style="color:#49ddac;">Text here</p>
        
        
          .mytext {color:#49ddac;}
        
        Text color #49ddac
      
           This box has a color of #49ddac        
        
          <div style="background-color:#49ddac;">Content here</div>
        
        
          .mybackground {background-color:#49ddac;}
        
        Background color #49ddac
      
           Border around this has a color of #49ddac        
        
          <div style="border:2px solid #49ddac;">Content here</div>
        
        
          .myborder {border:2px solid #49ddac;}
        
        Border color #49ddac