#40faac color space conversions
Hex:
        #40faac
        RGB:
        64, 250, 172
        CMY:
        75, 2, 33
        CMYK:
        74, 0, 31, 2
      HSL:
        155°, 94.8980%, 61.5686%
        HSV (HSB):
        155°, 74.4000%, 98.0392%
        XYZ:
        43.7464, 72.4398, 50.7063
        xyY:
        0.2621, 0.4341, 72.4398
      CIE-Lab:
        88.1798, -63.0061, 24.5970
        CIE-LCH:
        88.1798, 67.6371, 158.6748
        CIE-Luv:
        88.1798, -70.3793, 45.8857
        Hunter-Lab:
        85.1116, -57.1983, 24.2553
      #40faac color charts
#40faac RGB chart
      #40faac CMYK chart
      #40faac RGB pie chart
      #40faac color shades, tints & tones
#40faac color schemes
#40faac color preview, HTML & CSS examples
           This text has a color of #40faac        
        
          <p style="color:#40faac;">Text here</p>
        
        
          .mytext {color:#40faac;}
        
        Text color #40faac
      
           This box has a color of #40faac        
        
          <div style="background-color:#40faac;">Content here</div>
        
        
          .mybackground {background-color:#40faac;}
        
        Background color #40faac
      
           Border around this has a color of #40faac        
        
          <div style="border:2px solid #40faac;">Content here</div>
        
        
          .myborder {border:2px solid #40faac;}
        
        Border color #40faac