#3defaf color space conversions
Hex:
        #3defaf
        RGB:
        61, 239, 175
        CMY:
        76, 6, 31
        CMYK:
        74, 0, 27, 6
      HSL:
        158°, 84.7619%, 58.8235%
        HSV (HSB):
        158°, 74.4770%, 93.7255%
        XYZ:
        40.5288, 65.8202, 51.1259
        xyY:
        0.2574, 0.4180, 65.8202
      CIE-Lab:
        84.9046, -58.5954, 18.5237
        CIE-LCH:
        84.9046, 61.4536, 162.4568
        CIE-Luv:
        84.9046, -66.8820, 36.6097
        Hunter-Lab:
        81.1297, -52.8062, 19.4277
      #3defaf color charts
#3defaf RGB chart
      #3defaf CMYK chart
      #3defaf RGB pie chart
      #3defaf color shades, tints & tones
#3defaf color schemes
#3defaf color preview, HTML & CSS examples
           This text has a color of #3defaf        
        
          <p style="color:#3defaf;">Text here</p>
        
        
          .mytext {color:#3defaf;}
        
        Text color #3defaf
      
           This box has a color of #3defaf        
        
          <div style="background-color:#3defaf;">Content here</div>
        
        
          .mybackground {background-color:#3defaf;}
        
        Background color #3defaf
      
           Border around this has a color of #3defaf        
        
          <div style="border:2px solid #3defaf;">Content here</div>
        
        
          .myborder {border:2px solid #3defaf;}
        
        Border color #3defaf