#8EF5AE

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

Shades of Vista Blue #8EF5AE

Tints of Vista Blue #8EF5AE

Color information

#8EF5AE (or 0x8EF5AE) is unknown color: approx Vista Blue. HEX triplet: 8E, F5 and AE. RGB value is (142,245,174). Sum of RGB (Red+Green+Blue) = 142+245+174=561 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.31% from 561); Green value is 245 (96.09% from 255 or 43.67% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 245 - color contains mainly: green. Hex color #8EF5AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EF5AE is #710A51. Grayscale: #CECECE. Windows color (decimal): -7408210 or 11466126. OLE color: 11466126.

HSL color Cylindrical-coordinate representation of color #8EF5AE: hue angle of 138.64º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EF5AE is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB142245174-
CMYK0.4200.290.04
HSL138.64º83.74%75.88%-
HSV(B)138.64º42.04%96.08%-
XYZ51.4574.1151.64-
YUV206.11109.8882.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.31%
GREEN value IS 245 (96.09% from 255) = 43.67%
BLUE value IS 174 (68.36% from 255) = 31.02%
R=25.31%
G=43.67%
B=31.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1422451740.4200.290.04138.6483.7475.88
Hex8EF5AE2A01D48b544c
Octal216365256520354213124114
Binary1000111011110101101011101010100111011001000101110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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