Shades of Mantle #8EAE85
Tints of Mantle #8EAE85
RGB
CMYK
RGB Variations
Color information
#8EAE85 (or 0x8EAE85) is known color: Mantle. HEX triplet: 8E, AE and 85. RGB value is (142,174,133). Sum of RGB (Red+Green+Blue) = 142+174+133=449 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.63% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 174 - color contains mainly: green. Hex color #8EAE85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAE85 is #71517A. Grayscale: #9F9F9F. Windows color (decimal): -7426427 or 8760974. OLE color: 8760974.
HSL color Cylindrical-coordinate representation of color #8EAE85: hue angle of 106.83º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8EAE85 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 174 | 133 | - |
| CMYK | 0.18 | 0 | 0.24 | 0.32 |
| HSL | 106.83º | 0.2% | 0.6% | - |
| HSV(B) | 106.83º | 0.24% | 0.68% | - |
| XYZ | 30.53 | 37.72 | 27.86 | - |
| YUV | 159.76 | 112.9 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 174 | 133 | 0.18 | 0 | 0.24 | 0.32 | 106.83 | 0.2 | 0.6 |
| Hex | 8E | AE | 85 | 12 | 0 | 18 | 20 | 6B | 14 | 3C |
| Octal | 216 | 256 | 205 | 22 | 0 | 30 | 40 | 153 | 24 | 74 |
| Binary | 10001110 | 10101110 | 10000101 | 10010 | 0 | 11000 | 100000 | 1101011 | 10100 | 111100 |
Color Harmonies of #8EAE85
Complementary color
Monochromatic Colors of #8EAE85
Black with #8EAE85
Text Example
Text Example
White with #8EAE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAE85; }
p { color: rgb(142,174,133); }
H1.HeaderClassName
{
color: #8EAE85;
}
.AnyTagClassName
{
color: #8EAE85;
}
</style>
background-color css
<style>
a { background-color: #8EAE85; }
a { background-color: rgb(142,174,133); }
div.DivClassName
{
background-color: #8EAE85;
}
.BgClassName
{
background-color: #8EAE85;
}
</style>
border-color css
<style>
span { border-color: #8EAE85; }
span { border-color: rgb(142,174,133); }
td.TdClassName
{
border-color: #8EAE85;
}
.TagClassName
{
border-color: #8EAE85;
}
</style>