#8EE4AC

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

Shades of Vista Blue #8EE4AC

Tints of Vista Blue #8EE4AC

Color information

#8EE4AC (or 0x8EE4AC) is unknown color: approx Vista Blue. HEX triplet: 8E, E4 and AC. RGB value is (142,228,172). Sum of RGB (Red+Green+Blue) = 142+228+172=542 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.20% from 542); Green value is 228 (89.45% from 255 or 42.07% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 228 - color contains mainly: green. Hex color #8EE4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EE4AC is #711B53. Grayscale: #C4C4C4. Windows color (decimal): -7412564 or 11330702. OLE color: 11330702.

HSL color Cylindrical-coordinate representation of color #8EE4AC: hue angle of 140.93º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EE4AC is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB142228172-
CMYK0.3800.250.11
HSL140.93º61.43%72.55%-
HSV(B)140.93º37.72%89.41%-
XYZ46.3564.2248.98-
YUV195.9114.5189.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.20%
GREEN value IS 228 (89.45% from 255) = 42.07%
BLUE value IS 172 (67.58% from 255) = 31.73%
R=26.20%
G=42.07%
B=31.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1422281720.3800.250.11140.9361.4372.55
Hex8EE4AC26019B8d3d49
Octal216344254460311321575111
Binary1000111011100100101011001001100110011011100011011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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