Shades of Tower Grey #9EA09F
Tints of Tower Grey #9EA09F
RGB
CMYK
RGB Variations
Color information
#9EA09F (or 0x9EA09F) is known color: Tower Grey. HEX triplet: 9E, A0 and 9F. RGB value is (158,160,159). Sum of RGB (Red+Green+Blue) = 158+160+159=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 160 - color contains mainly: green. Hex color #9EA09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EA09F is #615F60. Grayscale: #9F9F9F. Windows color (decimal): -6381409 or 10461342. OLE color: 10461342.
HSL color Cylindrical-coordinate representation of color #9EA09F: hue angle of 150º degrees, saturation: 0.01, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #9EA09F is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.
Color convert
RGB | 158 | 160 | 159 | - |
CMYK | 0.01 | 0 | 0.01 | 0.37 |
HSL | 150º | 0.01% | 0.62% | - |
HSV(B) | 150º | 0.01% | 0.63% | - |
XYZ | 32.93 | 34.91 | 37.8 | - |
YUV | 159.29 | 127.84 | 127.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 160 | 159 | 0.01 | 0 | 0.01 | 0.37 | 150 | 0.01 | 0.62 |
Hex | 9E | A0 | 9F | 1 | 0 | 1 | 25 | 96 | 1 | 3E |
Octal | 236 | 240 | 237 | 1 | 0 | 1 | 45 | 226 | 1 | 76 |
Binary | 10011110 | 10100000 | 10011111 | 1 | 0 | 1 | 100101 | 10010110 | 1 | 111110 |
Color Harmonies of #9EA09F
Complementary color
Monochromatic Colors of #9EA09F
Black with #9EA09F
Text Example
Text Example
White with #9EA09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA09F; }
p { color: rgb(158,160,159); }
H1.HeaderClassName
{
color: #9EA09F;
}
.AnyTagClassName
{
color: #9EA09F;
}
</style>
background-color css
<style>
a { background-color: #9EA09F; }
a { background-color: rgb(158,160,159); }
div.DivClassName
{
background-color: #9EA09F;
}
.BgClassName
{
background-color: #9EA09F;
}
</style>
border-color css
<style>
span { border-color: #9EA09F; }
span { border-color: rgb(158,160,159); }
td.TdClassName
{
border-color: #9EA09F;
}
.TagClassName
{
border-color: #9EA09F;
}
</style>