#80fbec color space conversions
Hex:
        #80fbec
        RGB:
        128, 251, 236
        CMY:
        50, 2, 7
        CMYK:
        49, 0, 6, 2
      HSL:
        173°, 93.8931%, 74.3137%
        HSV (HSB):
        173°, 49.0040%, 98.4314%
        XYZ:
        58.5396, 79.6397, 91.6435
        xyY:
        0.2547, 0.3465, 79.6397
      CIE-Lab:
        91.5229, -38.0516, -3.4483
        CIE-LCH:
        91.5229, 38.2075, 185.1781
        CIE-Luv:
        91.5229, -53.0666, 0.8632
        Hunter-Lab:
        89.2411, -39.0810, 1.5826
      #80fbec color charts
#80fbec RGB chart
      #80fbec CMYK chart
      #80fbec RGB pie chart
      #80fbec color shades, tints & tones
#80fbec color schemes
#80fbec color preview, HTML & CSS examples
           This text has a color of #80fbec        
        
          <p style="color:#80fbec;">Text here</p>
        
        
          .mytext {color:#80fbec;}
        
        Text color #80fbec
      
           This box has a color of #80fbec        
        
          <div style="background-color:#80fbec;">Content here</div>
        
        
          .mybackground {background-color:#80fbec;}
        
        Background color #80fbec
      
           Border around this has a color of #80fbec        
        
          <div style="border:2px solid #80fbec;">Content here</div>
        
        
          .myborder {border:2px solid #80fbec;}
        
        Border color #80fbec