#2adaaf color space conversions
Hex:
        #2adaaf
        RGB:
        42, 218, 175
        CMY:
        84, 15, 31
        CMYK:
        81, 0, 20, 15
      HSL:
        165°, 70.4000%, 50.9804%
        HSV (HSB):
        165°, 80.7339%, 85.4902%
        XYZ:
        33.7641, 53.7302, 49.1489
        xyY:
        0.2471, 0.3932, 53.7302
      CIE-Lab:
        78.3041, -52.3700, 9.1737
        CIE-LCH:
        78.3041, 53.1674, 170.0643
        CIE-Luv:
        78.3041, -62.1228, 21.9099
        Hunter-Lab:
        73.3009, -46.0552, 11.5562
      #2adaaf color charts
#2adaaf RGB chart
      #2adaaf CMYK chart
      #2adaaf RGB pie chart
      #2adaaf color shades, tints & tones
#2adaaf color schemes
#2adaaf color preview, HTML & CSS examples
           This text has a color of #2adaaf        
        
          <p style="color:#2adaaf;">Text here</p>
        
        
          .mytext {color:#2adaaf;}
        
        Text color #2adaaf
      
           This box has a color of #2adaaf        
        
          <div style="background-color:#2adaaf;">Content here</div>
        
        
          .mybackground {background-color:#2adaaf;}
        
        Background color #2adaaf
      
           Border around this has a color of #2adaaf        
        
          <div style="border:2px solid #2adaaf;">Content here</div>
        
        
          .myborder {border:2px solid #2adaaf;}
        
        Border color #2adaaf