#40afac color space conversions
Hex:
        #40afac
        RGB:
        64, 175, 172
        CMY:
        75, 31, 33
        CMYK:
        63, 0, 2, 31
      HSL:
        178°, 46.4435%, 46.8627%
        HSV (HSB):
        178°, 63.4286%, 68.6275%
        XYZ:
        24.8907, 34.7285, 44.4211
        xyY:
        0.2392, 0.3338, 34.7285
      CIE-Lab:
        65.5367, -31.5597, -7.7531
        CIE-LCH:
        65.5367, 32.4981, 193.8022
        CIE-Luv:
        65.5367, -43.6432, -6.8778
        Hunter-Lab:
        58.9309, -27.7358, -3.4402
      #40afac color charts
#40afac RGB chart
      #40afac CMYK chart
      #40afac RGB pie chart
      #40afac color shades, tints & tones
#40afac color schemes
#40afac color preview, HTML & CSS examples
           This text has a color of #40afac        
        
          <p style="color:#40afac;">Text here</p>
        
        
          .mytext {color:#40afac;}
        
        Text color #40afac
      
           This box has a color of #40afac        
        
          <div style="background-color:#40afac;">Content here</div>
        
        
          .mybackground {background-color:#40afac;}
        
        Background color #40afac
      
           Border around this has a color of #40afac        
        
          <div style="border:2px solid #40afac;">Content here</div>
        
        
          .myborder {border:2px solid #40afac;}
        
        Border color #40afac