#8EE7AC

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

Shades of Vista Blue #8EE7AC

Tints of Vista Blue #8EE7AC

Color information

#8EE7AC (or 0x8EE7AC) is unknown color: approx Vista Blue. HEX triplet: 8E, E7 and AC. RGB value is (142,231,172). Sum of RGB (Red+Green+Blue) = 142+231+172=545 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.06% from 545); Green value is 231 (90.62% from 255 or 42.39% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 231 - color contains mainly: green. Hex color #8EE7AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EE7AC is #711853. Grayscale: #C5C5C5. Windows color (decimal): -7411796 or 11331470. OLE color: 11331470.

HSL color Cylindrical-coordinate representation of color #8EE7AC: hue angle of 140.22º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EE7AC is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB142231172-
CMYK0.3900.260.09
HSL140.22º64.96%73.14%-
HSV(B)140.22º38.53%90.59%-
XYZ47.1865.8849.26-
YUV197.66113.5188.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.06%
GREEN value IS 231 (90.62% from 255) = 42.39%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=26.06%
G=42.39%
B=31.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1422311720.3900.260.09140.2264.9673.14
Hex8EE7AC2701A98c4149
Octal2163472544703211214101111
Binary10001110111001111010110010011101101010011000110010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,231,172); }

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

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

 a { background-color: rgb(142,231,172); }

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

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

 span { border-color: rgb(142,231,172); }

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