#018cac color space conversions
Hex:
        #018cac
        RGB:
        1, 140, 172
        CMY:
        100, 45, 33
        CMYK:
        99, 19, 0, 33
      HSL:
        191°, 98.8439%, 33.9216%
        HSV (HSB):
        191°, 99.4186%, 67.4510%
        XYZ:
        16.8370, 21.7412, 42.3388
        xyY:
        0.2081, 0.2687, 21.7412
      CIE-Lab:
        53.7513, -19.8425, -25.7178
        CIE-LCH:
        53.7513, 32.4828, 232.3481
        CIE-Luv:
        53.7513, -38.1089, -36.3290
        Hunter-Lab:
        46.6274, -17.1423, -21.1975
      #018cac color charts
#018cac RGB chart
      #018cac CMYK chart
      #018cac RGB pie chart
      #018cac color shades, tints & tones
#018cac color schemes
#018cac color preview, HTML & CSS examples
           This text has a color of #018cac        
        
          <p style="color:#018cac;">Text here</p>
        
        
          .mytext {color:#018cac;}
        
        Text color #018cac
      
           This box has a color of #018cac        
        
          <div style="background-color:#018cac;">Content here</div>
        
        
          .mybackground {background-color:#018cac;}
        
        Background color #018cac
      
           Border around this has a color of #018cac        
        
          <div style="border:2px solid #018cac;">Content here</div>
        
        
          .myborder {border:2px solid #018cac;}
        
        Border color #018cac