Shades of Mantle #8EAF8A
Tints of Mantle #8EAF8A
RGB
CMYK
RGB Variations
Color information
#8EAF8A (or 0x8EAF8A) is known color: Mantle. HEX triplet: 8E, AF and 8A. RGB value is (142,175,138). Sum of RGB (Red+Green+Blue) = 142+175+138=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAF8A is #715075. Grayscale: #A1A1A1. Windows color (decimal): -7426166 or 9088910. OLE color: 9088910.
HSL color Cylindrical-coordinate representation of color #8EAF8A: hue angle of 113.51º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8EAF8A is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 175 | 138 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.31 |
| HSL | 113.51º | 0.19% | 0.61% | - |
| HSV(B) | 113.51º | 0.21% | 0.69% | - |
| XYZ | 31.07 | 38.25 | 29.79 | - |
| YUV | 160.92 | 115.07 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 175 | 138 | 0.19 | 0 | 0.21 | 0.31 | 113.51 | 0.19 | 0.61 |
| Hex | 8E | AF | 8A | 13 | 0 | 15 | 1F | 72 | 13 | 3D |
| Octal | 216 | 257 | 212 | 23 | 0 | 25 | 37 | 162 | 23 | 75 |
| Binary | 10001110 | 10101111 | 10001010 | 10011 | 0 | 10101 | 11111 | 1110010 | 10011 | 111101 |
Color Harmonies of #8EAF8A
Complementary color
Monochromatic Colors of #8EAF8A
Black with #8EAF8A
Text Example
Text Example
White with #8EAF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAF8A; }
p { color: rgb(142,175,138); }
H1.HeaderClassName
{
color: #8EAF8A;
}
.AnyTagClassName
{
color: #8EAF8A;
}
</style>
background-color css
<style>
a { background-color: #8EAF8A; }
a { background-color: rgb(142,175,138); }
div.DivClassName
{
background-color: #8EAF8A;
}
.BgClassName
{
background-color: #8EAF8A;
}
</style>
border-color css
<style>
span { border-color: #8EAF8A; }
span { border-color: rgb(142,175,138); }
td.TdClassName
{
border-color: #8EAF8A;
}
.TagClassName
{
border-color: #8EAF8A;
}
</style>