#7FE0AD

Color #7FE0AD Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #7FE0AD

Tints of Vista Blue #7FE0AD

Color information

#7FE0AD (or 0x7FE0AD) is unknown color: approx Vista Blue. HEX triplet: 7F, E0 and AD. RGB value is (127,224,173). Sum of RGB (Red+Green+Blue) = 127+224+173=524 (69% of max value = 765). Red value is 127 (50% from 255 or 24.24% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 224 - color contains mainly: green. Hex color #7FE0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FE0AD is #801F52. Grayscale: #BDBDBD. Windows color (decimal): -8396627 or 11395199. OLE color: 11395199.

HSL color Cylindrical-coordinate representation of color #7FE0AD: hue angle of 148.45º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FE0AD is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB127224173-
CMYK0.4300.230.12
HSL148.45º61.01%68.82%-
HSV(B)148.45º43.3%87.84%-
XYZ42.9560.8449.01-
YUV189.18118.8683.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 24.24%
GREEN value IS 224 (87.89% from 255) = 42.75%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=24.24%
G=42.75%
B=33.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1272241730.4300.230.12148.4561.0168.82
Hex7FE0AD2B017C943d45
Octal177340255530271422475105
Binary111111111100000101011011010110101111100100101001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FE0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FE0AD; }

 p { color: rgb(127,224,173); }

 H1.HeaderClassName
 {
   color: #7FE0AD;
 }
 .AnyTagClassName
 {
   color: #7FE0AD;
 }
</style>
background-color css

<style>
 a { background-color: #7FE0AD; }

 a { background-color: rgb(127,224,173); }

 div.DivClassName
 {
   background-color: #7FE0AD;
 }
 .BgClassName
 {
   background-color: #7FE0AD;
 }
</style>
border-color css

<style>
 span { border-color: #7FE0AD; }

 span { border-color: rgb(127,224,173); }

 td.TdClassName
 {
   border-color: #7FE0AD;
 }
 .TagClassName
 {
   border-color: #7FE0AD;
 }
</style>