Shades of Mantle #8EA088
Tints of Mantle #8EA088
RGB
CMYK
RGB Variations
Color information
#8EA088 (or 0x8EA088) is known color: Mantle. HEX triplet: 8E, A0 and 88. RGB value is (142,160,136). Sum of RGB (Red+Green+Blue) = 142+160+136=438 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.42% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 160 - color contains mainly: green. Hex color #8EA088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA088 is #715F77. Grayscale: #979797. Windows color (decimal): -7430008 or 8953998. OLE color: 8953998.
HSL color Cylindrical-coordinate representation of color #8EA088: hue angle of 105º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8EA088 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 142 | 160 | 136 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.37 |
| HSL | 105º | 0.11% | 0.58% | - |
| HSV(B) | 105º | 0.15% | 0.63% | - |
| XYZ | 28.17 | 32.67 | 28.11 | - |
| YUV | 151.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 160 | 136 | 0.11 | 0 | 0.15 | 0.37 | 105 | 0.11 | 0.58 |
| Hex | 8E | A0 | 88 | B | 0 | F | 25 | 69 | B | 3A |
| Octal | 216 | 240 | 210 | 13 | 0 | 17 | 45 | 151 | 13 | 72 |
| Binary | 10001110 | 10100000 | 10001000 | 1011 | 0 | 1111 | 100101 | 1101001 | 1011 | 111010 |
Color Harmonies of #8EA088
Complementary color
Monochromatic Colors of #8EA088
Black with #8EA088
Text Example
Text Example
White with #8EA088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA088; }
p { color: rgb(142,160,136); }
H1.HeaderClassName
{
color: #8EA088;
}
.AnyTagClassName
{
color: #8EA088;
}
</style>
background-color css
<style>
a { background-color: #8EA088; }
a { background-color: rgb(142,160,136); }
div.DivClassName
{
background-color: #8EA088;
}
.BgClassName
{
background-color: #8EA088;
}
</style>
border-color css
<style>
span { border-color: #8EA088; }
span { border-color: rgb(142,160,136); }
td.TdClassName
{
border-color: #8EA088;
}
.TagClassName
{
border-color: #8EA088;
}
</style>