#8EE5AE

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

Shades of Vista Blue #8EE5AE

Tints of Vista Blue #8EE5AE

Color information

#8EE5AE (or 0x8EE5AE) is unknown color: approx Vista Blue. HEX triplet: 8E, E5 and AE. RGB value is (142,229,174). Sum of RGB (Red+Green+Blue) = 142+229+174=545 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.06% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 229 - color contains mainly: green. Hex color #8EE5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EE5AE is #711A51. Grayscale: #C4C4C4. Windows color (decimal): -7412306 or 11462030. OLE color: 11462030.

HSL color Cylindrical-coordinate representation of color #8EE5AE: hue angle of 142.07º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EE5AE is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB142229174-
CMYK0.3800.240.10
HSL142.07º62.59%72.75%-
HSV(B)142.07º37.99%89.8%-
XYZ46.8164.8550.09-
YUV196.72115.1888.97-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.06%
GREEN value IS 229 (89.84% from 255) = 42.02%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=26.06%
G=42.02%
B=31.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1422291740.3800.240.10142.0762.5972.75
Hex8EE5AE26018A8e3f49
Octal216345256460301221677111
Binary1000111011100101101011101001100110001010100011101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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