#8ef0ad

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

Shades of Vista Blue #8EF0AD

Tints of Vista Blue #8EF0AD

Color information

#8EF0AD (or 0x8EF0AD) is unknown color: approx Vista Blue. HEX triplet: 8E, F0 and AD. RGB value is (142,240,173). Sum of RGB (Red+Green+Blue) = 142+240+173=555 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.59% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #8EF0AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EF0AD is #710F52. Grayscale: #CBCBCB. Windows color (decimal): -7409491 or 11399310. OLE color: 11399310.

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

Color convert

RGB142240173-
CMYK0.4100.280.06
HSL138.98º76.56%74.9%-
HSV(B)138.98º40.83%94.12%-
XYZ49.8671.0950.63-
YUV203.06111.0384.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.59%
GREEN value IS 240 (94.14% from 255) = 43.24%
BLUE value IS 173 (67.97% from 255) = 31.17%
R=25.59%
G=43.24%
B=31.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1422401730.4100.280.06138.9876.5674.9
Hex8EF0AD2901C68b4d4b
Octal216360255510346213115113
Binary1000111011110000101011011010010111001101000101110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ef0ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,240,173); }

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

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

 a { background-color: rgb(142,240,173); }

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

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

 span { border-color: rgb(142,240,173); }

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