#21afac color space conversions
Hex:
        #21afac
        RGB:
        33, 175, 172
        CMY:
        87, 31, 33
        CMYK:
        81, 0, 2, 31
      HSL:
        179°, 68.2692%, 40.7843%
        HSV (HSB):
        179°, 81.1429%, 68.6275%
        XYZ:
        23.4036, 33.9618, 44.3515
        xyY:
        0.2301, 0.3339, 33.9618
      CIE-Lab:
        64.9323, -35.4564, -8.7178
        CIE-LCH:
        64.9323, 36.5124, 193.8135
        CIE-Luv:
        64.9323, -48.3290, -7.8619
        Hunter-Lab:
        58.2768, -30.3000, -4.3289
      #21afac color charts
#21afac RGB chart
      #21afac CMYK chart
      #21afac RGB pie chart
      #21afac color shades, tints & tones
#21afac color schemes
#21afac color preview, HTML & CSS examples
           This text has a color of #21afac        
        
          <p style="color:#21afac;">Text here</p>
        
        
          .mytext {color:#21afac;}
        
        Text color #21afac
      
           This box has a color of #21afac        
        
          <div style="background-color:#21afac;">Content here</div>
        
        
          .mybackground {background-color:#21afac;}
        
        Background color #21afac
      
           Border around this has a color of #21afac        
        
          <div style="border:2px solid #21afac;">Content here</div>
        
        
          .myborder {border:2px solid #21afac;}
        
        Border color #21afac