#8EF2AE

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

Shades of Vista Blue #8EF2AE

Tints of Vista Blue #8EF2AE

Color information

#8EF2AE (or 0x8EF2AE) is unknown color: approx Vista Blue. HEX triplet: 8E, F2 and AE. RGB value is (142,242,174). Sum of RGB (Red+Green+Blue) = 142+242+174=558 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.45% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 174 (68.36% from 255 or 31.18% from 558); Max value from RGB is 242 - color contains mainly: green. Hex color #8EF2AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EF2AE is #710D51. Grayscale: #CCCCCC. Windows color (decimal): -7408978 or 11465358. OLE color: 11465358.

HSL color Cylindrical-coordinate representation of color #8EF2AE: hue angle of 139.2º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EF2AE is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB142242174-
CMYK0.4100.280.05
HSL139.2º79.37%75.29%-
HSV(B)139.2º41.32%94.9%-
XYZ50.5572.3151.34-
YUV204.35110.8783.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.45%
GREEN value IS 242 (94.92% from 255) = 43.37%
BLUE value IS 174 (68.36% from 255) = 31.18%
R=25.45%
G=43.37%
B=31.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1422421740.4100.280.05139.279.3775.29
Hex8EF2AE2901C58b4f4b
Octal216362256510345213117113
Binary1000111011110010101011101010010111001011000101110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EF2AE; }

 p { color: rgb(142,242,174); }

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

<style>
 a { background-color: #8EF2AE; }

 a { background-color: rgb(142,242,174); }

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

<style>
 span { border-color: #8EF2AE; }

 span { border-color: rgb(142,242,174); }

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