Shades of Tower Grey #8EAA9C
Tints of Tower Grey #8EAA9C
RGB
CMYK
RGB Variations
Color information
#8EAA9C (or 0x8EAA9C) is known color: Tower Grey. HEX triplet: 8E, AA and 9C. RGB value is (142,170,156). Sum of RGB (Red+Green+Blue) = 142+170+156=468 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.34% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 156 (61.33% from 255 or 33.33% from 468); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAA9C is #715563. Grayscale: #A0A0A0. Windows color (decimal): -7427428 or 10267278. OLE color: 10267278.
HSL color Cylindrical-coordinate representation of color #8EAA9C: hue angle of 150º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8EAA9C is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 170 | 156 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.33 |
| HSL | 150º | 0.14% | 0.61% | - |
| HSV(B) | 150º | 0.16% | 0.67% | - |
| XYZ | 31.53 | 36.9 | 36.91 | - |
| YUV | 160.03 | 125.72 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 170 | 156 | 0.16 | 0 | 0.08 | 0.33 | 150 | 0.14 | 0.61 |
| Hex | 8E | AA | 9C | 10 | 0 | 8 | 21 | 96 | E | 3D |
| Octal | 216 | 252 | 234 | 20 | 0 | 10 | 41 | 226 | 16 | 75 |
| Binary | 10001110 | 10101010 | 10011100 | 10000 | 0 | 1000 | 100001 | 10010110 | 1110 | 111101 |
Color Harmonies of #8EAA9C
Complementary color
Monochromatic Colors of #8EAA9C
Black with #8EAA9C
Text Example
Text Example
White with #8EAA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAA9C; }
p { color: rgb(142,170,156); }
H1.HeaderClassName
{
color: #8EAA9C;
}
.AnyTagClassName
{
color: #8EAA9C;
}
</style>
background-color css
<style>
a { background-color: #8EAA9C; }
a { background-color: rgb(142,170,156); }
div.DivClassName
{
background-color: #8EAA9C;
}
.BgClassName
{
background-color: #8EAA9C;
}
</style>
border-color css
<style>
span { border-color: #8EAA9C; }
span { border-color: rgb(142,170,156); }
td.TdClassName
{
border-color: #8EAA9C;
}
.TagClassName
{
border-color: #8EAA9C;
}
</style>