#03bdaa color space conversions
Hex:
        #03bdaa
        RGB:
        3, 189, 170
        CMY:
        99, 26, 33
        CMYK:
        98, 0, 10, 26
      HSL:
        174°, 96.8750%, 37.6471%
        HSV (HSB):
        174°, 98.4127%, 74.1176%
        XYZ:
        25.4908, 39.3168, 44.2756
        xyY:
        0.2337, 0.3604, 39.3168
      CIE-Lab:
        68.9801, -43.8515, -1.6541
        CIE-LCH:
        68.9801, 43.8827, 182.1601
        CIE-Luv:
        68.9801, -55.1836, 4.1993
        Hunter-Lab:
        62.7031, -37.1645, 2.0266
      #03bdaa color charts
#03bdaa RGB chart
      #03bdaa CMYK chart
      #03bdaa RGB pie chart
      #03bdaa color shades, tints & tones
#03bdaa color schemes
#03bdaa color preview, HTML & CSS examples
           This text has a color of #03bdaa        
        
          <p style="color:#03bdaa;">Text here</p>
        
        
          .mytext {color:#03bdaa;}
        
        Text color #03bdaa
      
           This box has a color of #03bdaa        
        
          <div style="background-color:#03bdaa;">Content here</div>
        
        
          .mybackground {background-color:#03bdaa;}
        
        Background color #03bdaa
      
           Border around this has a color of #03bdaa        
        
          <div style="border:2px solid #03bdaa;">Content here</div>
        
        
          .myborder {border:2px solid #03bdaa;}
        
        Border color #03bdaa