#81faec color space conversions
Hex:
        #81faec
        RGB:
        129, 250, 236
        CMY:
        49, 2, 7
        CMYK:
        48, 0, 6, 2
      HSL:
        173°, 92.3664%, 74.3137%
        HSV (HSB):
        173°, 48.4000%, 98.0392%
        XYZ:
        58.3792, 79.0945, 91.5467
        xyY:
        0.2549, 0.3454, 79.0945
      CIE-Lab:
        91.2770, -37.3804, -3.8058
        CIE-LCH:
        91.2770, 37.5737, 185.8135
        CIE-Luv:
        91.2770, -52.3924, 0.1898
        Hunter-Lab:
        88.9351, -38.4645, 1.2234
      #81faec color charts
#81faec RGB chart
      #81faec CMYK chart
      #81faec RGB pie chart
      #81faec color shades, tints & tones
#81faec color schemes
#81faec color preview, HTML & CSS examples
           This text has a color of #81faec        
        
          <p style="color:#81faec;">Text here</p>
        
        
          .mytext {color:#81faec;}
        
        Text color #81faec
      
           This box has a color of #81faec        
        
          <div style="background-color:#81faec;">Content here</div>
        
        
          .mybackground {background-color:#81faec;}
        
        Background color #81faec
      
           Border around this has a color of #81faec        
        
          <div style="border:2px solid #81faec;">Content here</div>
        
        
          .myborder {border:2px solid #81faec;}
        
        Border color #81faec