#3afeaf color space conversions
Hex:
        #3afeaf
        RGB:
        58, 254, 175
        CMY:
        77, 0, 31
        CMYK:
        77, 0, 31, 0
      HSL:
        156°, 98.9899%, 61.1765%
        HSV (HSB):
        156°, 77.1654%, 99.6078%
        XYZ:
        44.9246, 74.8783, 52.6426
        xyY:
        0.2605, 0.4342, 74.8783
      CIE-Lab:
        89.3360, -64.5542, 24.6416
        CIE-LCH:
        89.3360, 69.0974, 159.1072
        CIE-Luv:
        89.3360, -72.3804, 46.3120
        Hunter-Lab:
        86.5323, -58.7603, 24.5030
      #3afeaf color charts
#3afeaf RGB chart
      #3afeaf CMYK chart
      #3afeaf RGB pie chart
      #3afeaf color shades, tints & tones
#3afeaf color schemes
#3afeaf color preview, HTML & CSS examples
           This text has a color of #3afeaf        
        
          <p style="color:#3afeaf;">Text here</p>
        
        
          .mytext {color:#3afeaf;}
        
        Text color #3afeaf
      
           This box has a color of #3afeaf        
        
          <div style="background-color:#3afeaf;">Content here</div>
        
        
          .mybackground {background-color:#3afeaf;}
        
        Background color #3afeaf
      
           Border around this has a color of #3afeaf        
        
          <div style="border:2px solid #3afeaf;">Content here</div>
        
        
          .myborder {border:2px solid #3afeaf;}
        
        Border color #3afeaf