#29cdac color space conversions
Hex:
        #29cdac
        RGB:
        41, 205, 172
        CMY:
        84, 20, 33
        CMYK:
        80, 0, 16, 20
      HSL:
        168°, 66.6667%, 48.2353%
        HSV (HSB):
        168°, 80.0000%, 80.3922%
        XYZ:
        30.1922, 47.1126, 46.5321
        xyY:
        0.2438, 0.3804, 47.1126
      CIE-Lab:
        74.2617, -47.9015, 4.9766
        CIE-LCH:
        74.2617, 48.1593, 174.0687
        CIE-Luv:
        74.2617, -57.9736, 14.8997
        Hunter-Lab:
        68.6386, -41.6006, 7.8527
      #29cdac color charts
#29cdac RGB chart
      #29cdac CMYK chart
      #29cdac RGB pie chart
      #29cdac color shades, tints & tones
#29cdac color schemes
#29cdac color preview, HTML & CSS examples
           This text has a color of #29cdac        
        
          <p style="color:#29cdac;">Text here</p>
        
        
          .mytext {color:#29cdac;}
        
        Text color #29cdac
      
           This box has a color of #29cdac        
        
          <div style="background-color:#29cdac;">Content here</div>
        
        
          .mybackground {background-color:#29cdac;}
        
        Background color #29cdac
      
           Border around this has a color of #29cdac        
        
          <div style="border:2px solid #29cdac;">Content here</div>
        
        
          .myborder {border:2px solid #29cdac;}
        
        Border color #29cdac