#8EF3AE

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

Shades of Vista Blue #8EF3AE

Tints of Vista Blue #8EF3AE

Color information

#8EF3AE (or 0x8EF3AE) is unknown color: approx Vista Blue. HEX triplet: 8E, F3 and AE. RGB value is (142,243,174). Sum of RGB (Red+Green+Blue) = 142+243+174=559 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.40% from 559); Green value is 243 (95.31% from 255 or 43.47% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 243 - color contains mainly: green. Hex color #8EF3AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EF3AE is #710C51. Grayscale: #CDCDCD. Windows color (decimal): -7408722 or 11465614. OLE color: 11465614.

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

Color convert

RGB142243174-
CMYK0.4200.280.05
HSL139.01º80.8%75.49%-
HSV(B)139.01º41.56%95.29%-
XYZ50.8572.9151.44-
YUV204.94110.5483.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.40%
GREEN value IS 243 (95.31% from 255) = 43.47%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=25.40%
G=43.47%
B=31.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1422431740.4200.280.05139.0180.875.49
Hex8EF3AE2A01C58b514b
Octal216363256520345213121113
Binary1000111011110011101011101010100111001011000101110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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