#86edac color space conversions
Hex:
        #86edac
        RGB:
        134, 237, 172
        CMY:
        47, 7, 33
        CMYK:
        43, 0, 27, 7
      HSL:
        142°, 74.1007%, 72.7451%
        HSV (HSB):
        142°, 43.4599%, 92.9412%
        XYZ:
        47.5621, 68.6153, 49.7670
        xyY:
        0.2866, 0.4135, 68.6153
      CIE-Lab:
        86.3132, -44.0474, 22.3418
        CIE-LCH:
        86.3132, 49.3896, 153.1049
        CIE-Luv:
        86.3132, -47.8825, 39.6392
        Hunter-Lab:
        82.8343, -42.4683, 22.3625
      #86edac color charts
#86edac RGB chart
      #86edac CMYK chart
      #86edac RGB pie chart
      #86edac color shades, tints & tones
#86edac color schemes
#86edac color preview, HTML & CSS examples
           This text has a color of #86edac        
        
          <p style="color:#86edac;">Text here</p>
        
        
          .mytext {color:#86edac;}
        
        Text color #86edac
      
           This box has a color of #86edac        
        
          <div style="background-color:#86edac;">Content here</div>
        
        
          .mybackground {background-color:#86edac;}
        
        Background color #86edac
      
           Border around this has a color of #86edac        
        
          <div style="border:2px solid #86edac;">Content here</div>
        
        
          .myborder {border:2px solid #86edac;}
        
        Border color #86edac