#7feaaa color space conversions
Hex:
        #7feaaa
        RGB:
        127, 234, 170
        CMY:
        50, 8, 33
        CMYK:
        46, 0, 27, 8
      HSL:
        144°, 71.8121%, 70.7843%
        HSV (HSB):
        144°, 45.7265%, 91.7647%
        XYZ:
        45.4309, 66.2599, 48.4252
        xyY:
        0.2837, 0.4138, 66.2599
      CIE-Lab:
        85.1288, -44.9623, 21.6971
        CIE-LCH:
        85.1288, 49.9237, 154.2399
        CIE-Luv:
        85.1288, -49.1756, 38.8125
        Hunter-Lab:
        81.4002, -42.8263, 21.7084
      #7feaaa color charts
#7feaaa RGB chart
      #7feaaa CMYK chart
      #7feaaa RGB pie chart
      #7feaaa color shades, tints & tones
#7feaaa color schemes
#7feaaa color preview, HTML & CSS examples
           This text has a color of #7feaaa        
        
          <p style="color:#7feaaa;">Text here</p>
        
        
          .mytext {color:#7feaaa;}
        
        Text color #7feaaa
      
           This box has a color of #7feaaa        
        
          <div style="background-color:#7feaaa;">Content here</div>
        
        
          .mybackground {background-color:#7feaaa;}
        
        Background color #7feaaa
      
           Border around this has a color of #7feaaa        
        
          <div style="border:2px solid #7feaaa;">Content here</div>
        
        
          .myborder {border:2px solid #7feaaa;}
        
        Border color #7feaaa