#149dac color space conversions
Hex:
        #149dac
        RGB:
        20, 157, 172
        CMY:
        92, 38, 33
        CMYK:
        88, 9, 0, 33
      HSL:
        186°, 79.1667%, 37.6471%
        HSV (HSB):
        186°, 88.3721%, 67.4510%
        XYZ:
        19.7919, 27.2412, 43.2447
        xyY:
        0.2192, 0.3017, 27.2412
      CIE-Lab:
        59.1969, -27.7649, -17.3626
        CIE-LCH:
        59.1969, 32.7467, 212.0195
        CIE-Luv:
        59.1969, -43.0949, -22.3752
        Hunter-Lab:
        52.1931, -23.6500, -12.5896
      #149dac color charts
#149dac RGB chart
      #149dac CMYK chart
      #149dac RGB pie chart
      #149dac color shades, tints & tones
#149dac color schemes
#149dac color preview, HTML & CSS examples
           This text has a color of #149dac        
        
          <p style="color:#149dac;">Text here</p>
        
        
          .mytext {color:#149dac;}
        
        Text color #149dac
      
           This box has a color of #149dac        
        
          <div style="background-color:#149dac;">Content here</div>
        
        
          .mybackground {background-color:#149dac;}
        
        Background color #149dac
      
           Border around this has a color of #149dac        
        
          <div style="border:2px solid #149dac;">Content here</div>
        
        
          .myborder {border:2px solid #149dac;}
        
        Border color #149dac