#2aebac color space conversions
Hex:
        #2aebac
        RGB:
        42, 235, 172
        CMY:
        84, 8, 33
        CMYK:
        82, 0, 27, 8
      HSL:
        160°, 82.8326%, 54.3137%
        HSV (HSB):
        160°, 82.1277%, 92.1569%
        XYZ:
        38.1096, 62.8875, 49.1596
        xyY:
        0.2538, 0.4188, 62.8875
      CIE-Lab:
        83.3831, -59.6795, 17.9193
        CIE-LCH:
        83.3831, 62.3116, 163.2871
        CIE-Luv:
        83.3831, -68.0819, 35.7986
        Hunter-Lab:
        79.3016, -52.9970, 18.7568
      #2aebac color charts
#2aebac RGB chart
      #2aebac CMYK chart
      #2aebac RGB pie chart
      #2aebac color shades, tints & tones
#2aebac color schemes
#2aebac color preview, HTML & CSS examples
           This text has a color of #2aebac        
        
          <p style="color:#2aebac;">Text here</p>
        
        
          .mytext {color:#2aebac;}
        
        Text color #2aebac
      
           This box has a color of #2aebac        
        
          <div style="background-color:#2aebac;">Content here</div>
        
        
          .mybackground {background-color:#2aebac;}
        
        Background color #2aebac
      
           Border around this has a color of #2aebac        
        
          <div style="border:2px solid #2aebac;">Content here</div>
        
        
          .myborder {border:2px solid #2aebac;}
        
        Border color #2aebac