Shades of Mantle #9FAA9F
Tints of Mantle #9FAA9F
RGB
CMYK
RGB Variations
Color information
#9FAA9F (or 0x9FAA9F) is known color: Mantle. HEX triplet: 9F, AA and 9F. RGB value is (159,170,159). Sum of RGB (Red+Green+Blue) = 159+170+159=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAA9F is #605560. Grayscale: #A5A5A5. Windows color (decimal): -6313313 or 10463903. OLE color: 10463903.
HSL color Cylindrical-coordinate representation of color #9FAA9F: hue angle of 120º degrees, saturation: 0.06, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #9FAA9F is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
RGB | 159 | 170 | 159 | - |
CMYK | 0.06 | 0 | 0.06 | 0.33 |
HSL | 120º | 0.06% | 0.65% | - |
HSV(B) | 120º | 0.06% | 0.67% | - |
XYZ | 34.93 | 38.62 | 38.41 | - |
YUV | 165.46 | 124.36 | 123.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 170 | 159 | 0.06 | 0 | 0.06 | 0.33 | 120 | 0.06 | 0.65 |
Hex | 9F | AA | 9F | 6 | 0 | 6 | 21 | 78 | 6 | 41 |
Octal | 237 | 252 | 237 | 6 | 0 | 6 | 41 | 170 | 6 | 101 |
Binary | 10011111 | 10101010 | 10011111 | 110 | 0 | 110 | 100001 | 1111000 | 110 | 1000001 |
Color Harmonies of #9FAA9F
Complementary color
Monochromatic Colors of #9FAA9F
Black with #9FAA9F
Text Example
Text Example
White with #9FAA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAA9F; }
p { color: rgb(159,170,159); }
H1.HeaderClassName
{
color: #9FAA9F;
}
.AnyTagClassName
{
color: #9FAA9F;
}
</style>
background-color css
<style>
a { background-color: #9FAA9F; }
a { background-color: rgb(159,170,159); }
div.DivClassName
{
background-color: #9FAA9F;
}
.BgClassName
{
background-color: #9FAA9F;
}
</style>
border-color css
<style>
span { border-color: #9FAA9F; }
span { border-color: rgb(159,170,159); }
td.TdClassName
{
border-color: #9FAA9F;
}
.TagClassName
{
border-color: #9FAA9F;
}
</style>