#2accab color space conversions
Hex:
        #2accab
        RGB:
        42, 204, 171
        CMY:
        84, 20, 33
        CMYK:
        79, 0, 16, 20
      HSL:
        168°, 65.8537%, 48.2353%
        HSV (HSB):
        168°, 79.4118%, 80.0000%
        XYZ:
        29.8984, 46.6182, 45.9505
        xyY:
        0.2441, 0.3807, 46.6182
      CIE-Lab:
        73.9449, -47.6459, 5.0606
        CIE-LCH:
        73.9449, 47.9139, 173.9372
        CIE-Luv:
        73.9449, -57.5848, 14.9739
        Hunter-Lab:
        68.2776, -41.3215, 7.8924
      #2accab color charts
#2accab RGB chart
      #2accab CMYK chart
      #2accab RGB pie chart
      #2accab color shades, tints & tones
#2accab color schemes
#2accab color preview, HTML & CSS examples
           This text has a color of #2accab        
        
          <p style="color:#2accab;">Text here</p>
        
        
          .mytext {color:#2accab;}
        
        Text color #2accab
      
           This box has a color of #2accab        
        
          <div style="background-color:#2accab;">Content here</div>
        
        
          .mybackground {background-color:#2accab;}
        
        Background color #2accab
      
           Border around this has a color of #2accab        
        
          <div style="border:2px solid #2accab;">Content here</div>
        
        
          .myborder {border:2px solid #2accab;}
        
        Border color #2accab