#31faac color space conversions
Hex:
        #31faac
        RGB:
        49, 250, 172
        CMY:
        81, 2, 33
        CMYK:
        80, 0, 31, 2
      HSL:
        157°, 95.2607%, 58.6275%
        HSV (HSB):
        157°, 80.4000%, 98.0392%
        XYZ:
        42.8986, 72.0027, 50.6667
        xyY:
        0.2591, 0.4349, 72.0027
      CIE-Lab:
        87.9699, -64.6112, 24.2755
        CIE-LCH:
        87.9699, 69.0210, 159.4080
        CIE-Luv:
        87.9699, -72.3327, 45.6785
        Hunter-Lab:
        84.8544, -58.2536, 23.9960
      #31faac color charts
#31faac RGB chart
      #31faac CMYK chart
      #31faac RGB pie chart
      #31faac color shades, tints & tones
#31faac color schemes
#31faac color preview, HTML & CSS examples
           This text has a color of #31faac        
        
          <p style="color:#31faac;">Text here</p>
        
        
          .mytext {color:#31faac;}
        
        Text color #31faac
      
           This box has a color of #31faac        
        
          <div style="background-color:#31faac;">Content here</div>
        
        
          .mybackground {background-color:#31faac;}
        
        Background color #31faac
      
           Border around this has a color of #31faac        
        
          <div style="border:2px solid #31faac;">Content here</div>
        
        
          .myborder {border:2px solid #31faac;}
        
        Border color #31faac