#7EE0A8

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

Shades of Vista Blue #7EE0A8

Tints of Vista Blue #7EE0A8

Color information

#7EE0A8 (or 0x7EE0A8) is unknown color: approx Vista Blue. HEX triplet: 7E, E0 and A8. RGB value is (126,224,168). Sum of RGB (Red+Green+Blue) = 126+224+168=518 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.32% from 518); Green value is 224 (87.89% from 255 or 43.24% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 224 - color contains mainly: green. Hex color #7EE0A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EE0A8 is #811F57. Grayscale: #BCBCBC. Windows color (decimal): -8462168 or 11067518. OLE color: 11067518.

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

Color convert

RGB126224168-
CMYK0.4400.250.12
HSL145.71º61.25%68.63%-
HSV(B)145.71º43.75%87.84%-
XYZ42.3360.5746.51-
YUV188.31116.5383.55-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.32%
GREEN value IS 224 (87.89% from 255) = 43.24%
BLUE value IS 168 (66.02% from 255) = 32.43%
R=24.32%
G=43.24%
B=32.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1262241680.4400.250.12145.7161.2568.63
Hex7EE0A82C019C923d45
Octal176340250540311422275105
Binary111111011100000101010001011000110011100100100101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,224,168); }

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

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

 a { background-color: rgb(126,224,168); }

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

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

 span { border-color: rgb(126,224,168); }

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