#35cdaf color space conversions
Hex:
        #35cdaf
        RGB:
        53, 205, 175
        CMY:
        79, 20, 31
        CMYK:
        74, 0, 15, 20
      HSL:
        168°, 60.3175%, 50.5882%
        HSV (HSB):
        168°, 74.1463%, 80.3922%
        XYZ:
        31.0374, 47.5147, 48.0928
        xyY:
        0.2451, 0.3752, 47.5147
      CIE-Lab:
        74.5178, -45.8508, 3.7522
        CIE-LCH:
        74.5178, 46.0041, 175.3216
        CIE-Luv:
        74.5178, -56.2227, 12.7987
        Hunter-Lab:
        68.9309, -40.2562, 6.8852
      #35cdaf color charts
#35cdaf RGB chart
      #35cdaf CMYK chart
      #35cdaf RGB pie chart
      #35cdaf color shades, tints & tones
#35cdaf color schemes
#35cdaf color preview, HTML & CSS examples
           This text has a color of #35cdaf        
        
          <p style="color:#35cdaf;">Text here</p>
        
        
          .mytext {color:#35cdaf;}
        
        Text color #35cdaf
      
           This box has a color of #35cdaf        
        
          <div style="background-color:#35cdaf;">Content here</div>
        
        
          .mybackground {background-color:#35cdaf;}
        
        Background color #35cdaf
      
           Border around this has a color of #35cdaf        
        
          <div style="border:2px solid #35cdaf;">Content here</div>
        
        
          .myborder {border:2px solid #35cdaf;}
        
        Border color #35cdaf