Shades of Mantle #8FAE86
Tints of Mantle #8FAE86
RGB
CMYK
RGB Variations
Color information
#8FAE86 (or 0x8FAE86) is known color: Mantle. HEX triplet: 8F, AE and 86. RGB value is (143,174,134). Sum of RGB (Red+Green+Blue) = 143+174+134=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 174 (68.36% from 255 or 38.58% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 174 - color contains mainly: green. Hex color #8FAE86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAE86 is #705179. Grayscale: #A0A0A0. Windows color (decimal): -7360890 or 8826511. OLE color: 8826511.
HSL color Cylindrical-coordinate representation of color #8FAE86: hue angle of 106.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8FAE86 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 174 | 134 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.32 |
| HSL | 106.5º | 0.2% | 0.6% | - |
| HSV(B) | 106.5º | 0.23% | 0.68% | - |
| XYZ | 30.77 | 37.83 | 28.24 | - |
| YUV | 160.17 | 113.23 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 174 | 134 | 0.18 | 0 | 0.23 | 0.32 | 106.5 | 0.2 | 0.6 |
| Hex | 8F | AE | 86 | 12 | 0 | 17 | 20 | 6A | 14 | 3C |
| Octal | 217 | 256 | 206 | 22 | 0 | 27 | 40 | 152 | 24 | 74 |
| Binary | 10001111 | 10101110 | 10000110 | 10010 | 0 | 10111 | 100000 | 1101010 | 10100 | 111100 |
Color Harmonies of #8FAE86
Complementary color
Monochromatic Colors of #8FAE86
Black with #8FAE86
Text Example
Text Example
White with #8FAE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAE86; }
p { color: rgb(143,174,134); }
H1.HeaderClassName
{
color: #8FAE86;
}
.AnyTagClassName
{
color: #8FAE86;
}
</style>
background-color css
<style>
a { background-color: #8FAE86; }
a { background-color: rgb(143,174,134); }
div.DivClassName
{
background-color: #8FAE86;
}
.BgClassName
{
background-color: #8FAE86;
}
</style>
border-color css
<style>
span { border-color: #8FAE86; }
span { border-color: rgb(143,174,134); }
td.TdClassName
{
border-color: #8FAE86;
}
.TagClassName
{
border-color: #8FAE86;
}
</style>