#7EF9AE

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

Shades of Vista Blue #7EF9AE

Tints of Vista Blue #7EF9AE

Color information

#7EF9AE (or 0x7EF9AE) is unknown color: approx Vista Blue. HEX triplet: 7E, F9 and AE. RGB value is (126,249,174). Sum of RGB (Red+Green+Blue) = 126+249+174=549 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.95% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #7EF9AE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EF9AE is #810651. Grayscale: #CBCBCB. Windows color (decimal): -8455762 or 11467134. OLE color: 11467134.

HSL color Cylindrical-coordinate representation of color #7EF9AE: hue angle of 143.41º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EF9AE is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB126249174-
CMYK0.4900.300.02
HSL143.41º91.11%73.53%-
HSV(B)143.41º49.4%97.65%-
XYZ50.1275.2451.93-
YUV203.67111.2572.6-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.95%
GREEN value IS 249 (97.66% from 255) = 45.36%
BLUE value IS 174 (68.36% from 255) = 31.69%
R=22.95%
G=45.36%
B=31.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1262491740.4900.300.02143.4191.1173.53
Hex7EF9AE3101E28f5b4a
Octal176371256610362217133112
Binary11111101111100110101110110001011110101000111110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EF9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,249,174); }

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

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

 a { background-color: rgb(126,249,174); }

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

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

 span { border-color: rgb(126,249,174); }

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