#8EE7AA

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

Shades of Vista Blue #8EE7AA

Tints of Vista Blue #8EE7AA

Color information

#8EE7AA (or 0x8EE7AA) is unknown color: approx Vista Blue. HEX triplet: 8E, E7 and AA. RGB value is (142,231,170). Sum of RGB (Red+Green+Blue) = 142+231+170=543 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.15% from 543); Green value is 231 (90.62% from 255 or 42.54% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 231 - color contains mainly: green. Hex color #8EE7AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EE7AA is #711855. Grayscale: #C5C5C5. Windows color (decimal): -7411798 or 11200398. OLE color: 11200398.

HSL color Cylindrical-coordinate representation of color #8EE7AA: hue angle of 138.88º 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 #8EE7AA is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB142231170-
CMYK0.3900.260.09
HSL138.88º64.96%73.14%-
HSV(B)138.88º38.53%90.59%-
XYZ46.9965.848.26-
YUV197.43112.5188.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.15%
GREEN value IS 231 (90.62% from 255) = 42.54%
BLUE value IS 170 (66.80% from 255) = 31.31%
R=26.15%
G=42.54%
B=31.31%

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
Decimal1422311700.3900.260.09138.8864.9673.14
Hex8EE7AA2701A98b4149
Octal2163472524703211213101111
Binary10001110111001111010101010011101101010011000101110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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