#03daaf color space conversions
Hex:
        #03daaf
        RGB:
        3, 218, 175
        CMY:
        99, 15, 31
        CMYK:
        99, 0, 20, 15
      HSL:
        168°, 97.2851%, 43.3333%
        HSV (HSB):
        168°, 98.6239%, 85.4902%
        XYZ:
        32.8468, 53.2573, 49.1059
        xyY:
        0.2429, 0.3939, 53.2573
      CIE-Lab:
        78.0267, -54.4103, 8.7399
        CIE-LCH:
        78.0267, 55.1078, 170.8745
        CIE-Luv:
        78.0267, -64.5505, 21.5538
        Hunter-Lab:
        72.9776, -47.3689, 11.1887
      #03daaf color charts
#03daaf RGB chart
      #03daaf CMYK chart
      #03daaf RGB pie chart
      #03daaf color shades, tints & tones
#03daaf color schemes
#03daaf color preview, HTML & CSS examples
           This text has a color of #03daaf        
        
          <p style="color:#03daaf;">Text here</p>
        
        
          .mytext {color:#03daaf;}
        
        Text color #03daaf
      
           This box has a color of #03daaf        
        
          <div style="background-color:#03daaf;">Content here</div>
        
        
          .mybackground {background-color:#03daaf;}
        
        Background color #03daaf
      
           Border around this has a color of #03daaf        
        
          <div style="border:2px solid #03daaf;">Content here</div>
        
        
          .myborder {border:2px solid #03daaf;}
        
        Border color #03daaf