#31aaaf color space conversions
Hex:
        #31aaaf
        RGB:
        49, 170, 175
        CMY:
        81, 33, 31
        CMYK:
        72, 3, 0, 31
      HSL:
        182°, 56.2500%, 43.9216%
        HSV (HSB):
        182°, 72.0000%, 68.6275%
        XYZ:
        23.3792, 32.4976, 45.5979
        xyY:
        0.2304, 0.3203, 32.4976
      CIE-Lab:
        63.7520, -30.4778, -12.1287
        CIE-LCH:
        63.7520, 32.8025, 201.7001
        CIE-Luv:
        63.7520, -44.2920, -13.8636
        Hunter-Lab:
        57.0066, -26.5563, -7.5196
      #31aaaf color charts
#31aaaf RGB chart
      #31aaaf CMYK chart
      #31aaaf RGB pie chart
      #31aaaf color shades, tints & tones
#31aaaf color schemes
#31aaaf color preview, HTML & CSS examples
           This text has a color of #31aaaf        
        
          <p style="color:#31aaaf;">Text here</p>
        
        
          .mytext {color:#31aaaf;}
        
        Text color #31aaaf
      
           This box has a color of #31aaaf        
        
          <div style="background-color:#31aaaf;">Content here</div>
        
        
          .mybackground {background-color:#31aaaf;}
        
        Background color #31aaaf
      
           Border around this has a color of #31aaaf        
        
          <div style="border:2px solid #31aaaf;">Content here</div>
        
        
          .myborder {border:2px solid #31aaaf;}
        
        Border color #31aaaf