#8EC5AC

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

Shades of Vista Blue #8EC5AC

Tints of Vista Blue #8EC5AC

Color information

#8EC5AC (or 0x8EC5AC) is unknown color: approx Vista Blue. HEX triplet: 8E, C5 and AC. RGB value is (142,197,172). Sum of RGB (Red+Green+Blue) = 142+197+172=511 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.79% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 197 - color contains mainly: green. Hex color #8EC5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC5AC is #713A53. Grayscale: #B1B1B1. Windows color (decimal): -7420500 or 11322766. OLE color: 11322766.

HSL color Cylindrical-coordinate representation of color #8EC5AC: hue angle of 152.73º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8EC5AC is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB142197172-
CMYK0.2800.130.23
HSL152.73º32.16%66.47%-
HSV(B)152.73º27.92%77.25%-
XYZ38.5748.6646.39-
YUV177.7124.78102.53-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.79%
GREEN value IS 197 (77.34% from 255) = 38.55%
BLUE value IS 172 (67.58% from 255) = 33.66%
R=27.79%
G=38.55%
B=33.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1421971720.2800.130.23152.7332.1666.47
Hex8EC5AC1C0D17992042
Octal216305254340152723140102
Binary100011101100010110101100111000110110111100110011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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