Shades of Mantle #9EAA9E
Tints of Mantle #9EAA9E
RGB
CMYK
RGB Variations
Color information
#9EAA9E (or 0x9EAA9E) is known color: Mantle. HEX triplet: 9E, AA and 9E. RGB value is (158,170,158). Sum of RGB (Red+Green+Blue) = 158+170+158=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 158 (62.11% from 255 or 32.51% from 486); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAA9E is #615561. Grayscale: #A5A5A5. Windows color (decimal): -6378850 or 10398366. OLE color: 10398366.
HSL color Cylindrical-coordinate representation of color #9EAA9E: hue angle of 120º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9EAA9E is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 170 | 158 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.33 |
| HSL | 120º | 0.07% | 0.64% | - |
| HSV(B) | 120º | 0.07% | 0.67% | - |
| XYZ | 34.65 | 38.49 | 37.95 | - |
| YUV | 165.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 158 | 0.07 | 0 | 0.07 | 0.33 | 120 | 0.07 | 0.64 |
| Hex | 9E | AA | 9E | 7 | 0 | 7 | 21 | 78 | 7 | 40 |
| Octal | 236 | 252 | 236 | 7 | 0 | 7 | 41 | 170 | 7 | 100 |
| Binary | 10011110 | 10101010 | 10011110 | 111 | 0 | 111 | 100001 | 1111000 | 111 | 1000000 |
Color Harmonies of #9EAA9E
Complementary color
Monochromatic Colors of #9EAA9E
Black with #9EAA9E
Text Example
Text Example
White with #9EAA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAA9E; }
p { color: rgb(158,170,158); }
H1.HeaderClassName
{
color: #9EAA9E;
}
.AnyTagClassName
{
color: #9EAA9E;
}
</style>
background-color css
<style>
a { background-color: #9EAA9E; }
a { background-color: rgb(158,170,158); }
div.DivClassName
{
background-color: #9EAA9E;
}
.BgClassName
{
background-color: #9EAA9E;
}
</style>
border-color css
<style>
span { border-color: #9EAA9E; }
span { border-color: rgb(158,170,158); }
td.TdClassName
{
border-color: #9EAA9E;
}
.TagClassName
{
border-color: #9EAA9E;
}
</style>