#1afaac color space conversions
Hex:
        #1afaac
        RGB:
        26, 250, 172
        CMY:
        90, 2, 33
        CMYK:
        90, 0, 31, 2
      HSL:
        159°, 95.7265%, 54.1176%
        HSV (HSB):
        159°, 89.6000%, 98.0392%
        XYZ:
        42.0580, 71.5694, 50.6273
        xyY:
        0.2561, 0.4357, 71.5694
      CIE-Lab:
        87.7609, -66.2320, 23.9552
        CIE-LCH:
        87.7609, 70.4311, 160.1156
        CIE-Luv:
        87.7609, -74.2839, 45.4719
        Hunter-Lab:
        84.5987, -59.3069, 23.7375
      #1afaac color charts
#1afaac RGB chart
      #1afaac CMYK chart
      #1afaac RGB pie chart
      #1afaac color shades, tints & tones
#1afaac color schemes
#1afaac color preview, HTML & CSS examples
           This text has a color of #1afaac        
        
          <p style="color:#1afaac;">Text here</p>
        
        
          .mytext {color:#1afaac;}
        
        Text color #1afaac
      
           This box has a color of #1afaac        
        
          <div style="background-color:#1afaac;">Content here</div>
        
        
          .mybackground {background-color:#1afaac;}
        
        Background color #1afaac
      
           Border around this has a color of #1afaac        
        
          <div style="border:2px solid #1afaac;">Content here</div>
        
        
          .myborder {border:2px solid #1afaac;}
        
        Border color #1afaac