Shades of Mantle #8FAA8E
Tints of Mantle #8FAA8E
RGB
CMYK
RGB Variations
Color information
#8FAA8E (or 0x8FAA8E) is known color: Mantle. HEX triplet: 8F, AA and 8E. RGB value is (143,170,142). Sum of RGB (Red+Green+Blue) = 143+170+142=455 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.43% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAA8E is #705571. Grayscale: #9E9E9E. Windows color (decimal): -7361906 or 9349775. OLE color: 9349775.
HSL color Cylindrical-coordinate representation of color #8FAA8E: hue angle of 117.86º 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 #8FAA8E is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 170 | 142 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.33 |
| HSL | 117.86º | 0.14% | 0.61% | - |
| HSV(B) | 117.86º | 0.16% | 0.67% | - |
| XYZ | 30.58 | 36.54 | 31.03 | - |
| YUV | 158.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 170 | 142 | 0.16 | 0 | 0.16 | 0.33 | 117.86 | 0.14 | 0.61 |
| Hex | 8F | AA | 8E | 10 | 0 | 10 | 21 | 76 | E | 3D |
| Octal | 217 | 252 | 216 | 20 | 0 | 20 | 41 | 166 | 16 | 75 |
| Binary | 10001111 | 10101010 | 10001110 | 10000 | 0 | 10000 | 100001 | 1110110 | 1110 | 111101 |
Color Harmonies of #8FAA8E
Complementary color
Monochromatic Colors of #8FAA8E
Black with #8FAA8E
Text Example
Text Example
White with #8FAA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAA8E; }
p { color: rgb(143,170,142); }
H1.HeaderClassName
{
color: #8FAA8E;
}
.AnyTagClassName
{
color: #8FAA8E;
}
</style>
background-color css
<style>
a { background-color: #8FAA8E; }
a { background-color: rgb(143,170,142); }
div.DivClassName
{
background-color: #8FAA8E;
}
.BgClassName
{
background-color: #8FAA8E;
}
</style>
border-color css
<style>
span { border-color: #8FAA8E; }
span { border-color: rgb(143,170,142); }
td.TdClassName
{
border-color: #8FAA8E;
}
.TagClassName
{
border-color: #8FAA8E;
}
</style>