Shades of Mantle #9EAA9B
Tints of Mantle #9EAA9B
RGB
CMYK
RGB Variations
Color information
#9EAA9B (or 0x9EAA9B) is known color: Mantle. HEX triplet: 9E, AA and 9B. RGB value is (158,170,155). Sum of RGB (Red+Green+Blue) = 158+170+155=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9EAA9B is #615564. Grayscale: #A4A4A4. Windows color (decimal): -6378853 or 10201758. OLE color: 10201758.
HSL color Cylindrical-coordinate representation of color #9EAA9B: hue angle of 108º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9EAA9B is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 170 | 155 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.33 |
| HSL | 108º | 0.08% | 0.64% | - |
| HSV(B) | 108º | 0.09% | 0.67% | - |
| XYZ | 34.39 | 38.39 | 36.61 | - |
| YUV | 164.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 155 | 0.07 | 0 | 0.09 | 0.33 | 108 | 0.08 | 0.64 |
| Hex | 9E | AA | 9B | 7 | 0 | 9 | 21 | 6C | 8 | 40 |
| Octal | 236 | 252 | 233 | 7 | 0 | 11 | 41 | 154 | 10 | 100 |
| Binary | 10011110 | 10101010 | 10011011 | 111 | 0 | 1001 | 100001 | 1101100 | 1000 | 1000000 |
Color Harmonies of #9EAA9B
Complementary color
Monochromatic Colors of #9EAA9B
Black with #9EAA9B
Text Example
Text Example
White with #9EAA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAA9B; }
p { color: rgb(158,170,155); }
H1.HeaderClassName
{
color: #9EAA9B;
}
.AnyTagClassName
{
color: #9EAA9B;
}
</style>
background-color css
<style>
a { background-color: #9EAA9B; }
a { background-color: rgb(158,170,155); }
div.DivClassName
{
background-color: #9EAA9B;
}
.BgClassName
{
background-color: #9EAA9B;
}
</style>
border-color css
<style>
span { border-color: #9EAA9B; }
span { border-color: rgb(158,170,155); }
td.TdClassName
{
border-color: #9EAA9B;
}
.TagClassName
{
border-color: #9EAA9B;
}
</style>