Shades of Mantle #8EA086
Tints of Mantle #8EA086
RGB
CMYK
RGB Variations
Color information
#8EA086 (or 0x8EA086) is known color: Mantle. HEX triplet: 8E, A0 and 86. RGB value is (142,160,134). Sum of RGB (Red+Green+Blue) = 142+160+134=436 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.57% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA086 is #715F79. Grayscale: #979797. Windows color (decimal): -7430010 or 8822926. OLE color: 8822926.
HSL color Cylindrical-coordinate representation of color #8EA086: hue angle of 101.54º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8EA086 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 142 | 160 | 134 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.37 |
| HSL | 101.54º | 0.12% | 0.58% | - |
| HSV(B) | 101.54º | 0.16% | 0.63% | - |
| XYZ | 28.03 | 32.61 | 27.37 | - |
| YUV | 151.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 160 | 134 | 0.11 | 0 | 0.16 | 0.37 | 101.54 | 0.12 | 0.58 |
| Hex | 8E | A0 | 86 | B | 0 | 10 | 25 | 66 | C | 3A |
| Octal | 216 | 240 | 206 | 13 | 0 | 20 | 45 | 146 | 14 | 72 |
| Binary | 10001110 | 10100000 | 10000110 | 1011 | 0 | 10000 | 100101 | 1100110 | 1100 | 111010 |
Color Harmonies of #8EA086
Complementary color
Monochromatic Colors of #8EA086
Black with #8EA086
Text Example
Text Example
White with #8EA086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA086; }
p { color: rgb(142,160,134); }
H1.HeaderClassName
{
color: #8EA086;
}
.AnyTagClassName
{
color: #8EA086;
}
</style>
background-color css
<style>
a { background-color: #8EA086; }
a { background-color: rgb(142,160,134); }
div.DivClassName
{
background-color: #8EA086;
}
.BgClassName
{
background-color: #8EA086;
}
</style>
border-color css
<style>
span { border-color: #8EA086; }
span { border-color: rgb(142,160,134); }
td.TdClassName
{
border-color: #8EA086;
}
.TagClassName
{
border-color: #8EA086;
}
</style>