#3dcdaf color space conversions
Hex:
        #3dcdaf
        RGB:
        61, 205, 175
        CMY:
        76, 20, 31
        CMYK:
        70, 0, 15, 20
      HSL:
        168°, 59.0164%, 52.1569%
        HSV (HSB):
        168°, 70.2439%, 80.3922%
        XYZ:
        31.4937, 47.7499, 48.1142
        xyY:
        0.2473, 0.3749, 47.7499
      CIE-Lab:
        74.6669, -44.8145, 3.9868
        CIE-LCH:
        74.6669, 44.9915, 174.9163
        CIE-Luv:
        74.6669, -54.9652, 13.0064
        Hunter-Lab:
        69.1013, -39.5740, 7.0882
      #3dcdaf color charts
#3dcdaf RGB chart
      #3dcdaf CMYK chart
      #3dcdaf RGB pie chart
      #3dcdaf color shades, tints & tones
#3dcdaf color schemes
#3dcdaf color preview, HTML & CSS examples
           This text has a color of #3dcdaf        
        
          <p style="color:#3dcdaf;">Text here</p>
        
        
          .mytext {color:#3dcdaf;}
        
        Text color #3dcdaf
      
           This box has a color of #3dcdaf        
        
          <div style="background-color:#3dcdaf;">Content here</div>
        
        
          .mybackground {background-color:#3dcdaf;}
        
        Background color #3dcdaf
      
           Border around this has a color of #3dcdaf        
        
          <div style="border:2px solid #3dcdaf;">Content here</div>
        
        
          .myborder {border:2px solid #3dcdaf;}
        
        Border color #3dcdaf