Shades of Tower Grey #8EAC9E
Tints of Tower Grey #8EAC9E
RGB
CMYK
RGB Variations
Color information
#8EAC9E (or 0x8EAC9E) is known color: Tower Grey. HEX triplet: 8E, AC and 9E. RGB value is (142,172,158). Sum of RGB (Red+Green+Blue) = 142+172+158=472 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.08% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 172 - color contains mainly: green. Hex color #8EAC9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAC9E is #715361. Grayscale: #A1A1A1. Windows color (decimal): -7426914 or 10398862. OLE color: 10398862.
HSL color Cylindrical-coordinate representation of color #8EAC9E: hue angle of 152º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8EAC9E is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 172 | 158 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.33 |
| HSL | 152º | 0.15% | 0.62% | - |
| HSV(B) | 152º | 0.17% | 0.67% | - |
| XYZ | 32.08 | 37.72 | 37.94 | - |
| YUV | 161.43 | 126.06 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 172 | 158 | 0.17 | 0 | 0.08 | 0.33 | 152 | 0.15 | 0.62 |
| Hex | 8E | AC | 9E | 11 | 0 | 8 | 21 | 98 | F | 3E |
| Octal | 216 | 254 | 236 | 21 | 0 | 10 | 41 | 230 | 17 | 76 |
| Binary | 10001110 | 10101100 | 10011110 | 10001 | 0 | 1000 | 100001 | 10011000 | 1111 | 111110 |
Color Harmonies of #8EAC9E
Complementary color
Monochromatic Colors of #8EAC9E
Black with #8EAC9E
Text Example
Text Example
White with #8EAC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAC9E; }
p { color: rgb(142,172,158); }
H1.HeaderClassName
{
color: #8EAC9E;
}
.AnyTagClassName
{
color: #8EAC9E;
}
</style>
background-color css
<style>
a { background-color: #8EAC9E; }
a { background-color: rgb(142,172,158); }
div.DivClassName
{
background-color: #8EAC9E;
}
.BgClassName
{
background-color: #8EAC9E;
}
</style>
border-color css
<style>
span { border-color: #8EAC9E; }
span { border-color: rgb(142,172,158); }
td.TdClassName
{
border-color: #8EAC9E;
}
.TagClassName
{
border-color: #8EAC9E;
}
</style>