Shades of Mantle #8FAD8D
Tints of Mantle #8FAD8D
RGB
CMYK
RGB Variations
Color information
#8FAD8D (or 0x8FAD8D) is known color: Mantle. HEX triplet: 8F, AD and 8D. RGB value is (143,173,141). Sum of RGB (Red+Green+Blue) = 143+173+141=457 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.29% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAD8D is #705272. Grayscale: #A0A0A0. Windows color (decimal): -7361139 or 9285007. OLE color: 9285007.
HSL color Cylindrical-coordinate representation of color #8FAD8D: hue angle of 116.25º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8FAD8D is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 173 | 141 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.32 |
| HSL | 116.25º | 0.16% | 0.62% | - |
| HSV(B) | 116.25º | 0.18% | 0.68% | - |
| XYZ | 31.08 | 37.65 | 30.83 | - |
| YUV | 160.38 | 117.06 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 141 | 0.17 | 0 | 0.18 | 0.32 | 116.25 | 0.16 | 0.62 |
| Hex | 8F | AD | 8D | 11 | 0 | 12 | 20 | 74 | 10 | 3E |
| Octal | 217 | 255 | 215 | 21 | 0 | 22 | 40 | 164 | 20 | 76 |
| Binary | 10001111 | 10101101 | 10001101 | 10001 | 0 | 10010 | 100000 | 1110100 | 10000 | 111110 |
Color Harmonies of #8FAD8D
Complementary color
Monochromatic Colors of #8FAD8D
Black with #8FAD8D
Text Example
Text Example
White with #8FAD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAD8D; }
p { color: rgb(143,173,141); }
H1.HeaderClassName
{
color: #8FAD8D;
}
.AnyTagClassName
{
color: #8FAD8D;
}
</style>
background-color css
<style>
a { background-color: #8FAD8D; }
a { background-color: rgb(143,173,141); }
div.DivClassName
{
background-color: #8FAD8D;
}
.BgClassName
{
background-color: #8FAD8D;
}
</style>
border-color css
<style>
span { border-color: #8FAD8D; }
span { border-color: rgb(143,173,141); }
td.TdClassName
{
border-color: #8FAD8D;
}
.TagClassName
{
border-color: #8FAD8D;
}
</style>