#2addbf color space conversions
Hex:
        #2addbf
        RGB:
        42, 221, 191
        CMY:
        84, 13, 25
        CMYK:
        81, 0, 14, 13
      HSL:
        170°, 72.4696%, 51.5686%
        HSV (HSB):
        170°, 80.9955%, 86.6667%
        XYZ:
        36.2153, 55.9667, 58.1841
        xyY:
        0.2408, 0.3722, 55.9667
      CIE-Lab:
        79.5949, -49.5638, 2.5214
        CIE-LCH:
        79.5949, 49.6279, 177.0878
        CIE-Luv:
        79.5949, -61.9931, 11.6468
        Hunter-Lab:
        74.8109, -44.5089, 6.2549
      #2addbf color charts
#2addbf RGB chart
      #2addbf CMYK chart
      #2addbf RGB pie chart
      #2addbf color shades, tints & tones
#2addbf color schemes
#2addbf color preview, HTML & CSS examples
           This text has a color of #2addbf        
        
          <p style="color:#2addbf;">Text here</p>
        
        
          .mytext {color:#2addbf;}
        
        Text color #2addbf
      
           This box has a color of #2addbf        
        
          <div style="background-color:#2addbf;">Content here</div>
        
        
          .mybackground {background-color:#2addbf;}
        
        Background color #2addbf
      
           Border around this has a color of #2addbf        
        
          <div style="border:2px solid #2addbf;">Content here</div>
        
        
          .myborder {border:2px solid #2addbf;}
        
        Border color #2addbf