Shades of Mantle #8DAB8B
Tints of Mantle #8DAB8B
RGB
CMYK
RGB Variations
Color information
#8DAB8B (or 0x8DAB8B) is known color: Mantle. HEX triplet: 8D, AB and 8B. RGB value is (141,171,139). Sum of RGB (Red+Green+Blue) = 141+171+139=451 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.26% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAB8B is #725474. Grayscale: #9E9E9E. Windows color (decimal): -7492725 or 9153421. OLE color: 9153421.
HSL color Cylindrical-coordinate representation of color #8DAB8B: hue angle of 116.25º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8DAB8B is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 171 | 139 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.33 |
| HSL | 116.25º | 0.16% | 0.61% | - |
| HSV(B) | 116.25º | 0.19% | 0.67% | - |
| XYZ | 30.21 | 36.65 | 29.91 | - |
| YUV | 158.38 | 117.06 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 139 | 0.18 | 0 | 0.19 | 0.33 | 116.25 | 0.16 | 0.61 |
| Hex | 8D | AB | 8B | 12 | 0 | 13 | 21 | 74 | 10 | 3D |
| Octal | 215 | 253 | 213 | 22 | 0 | 23 | 41 | 164 | 20 | 75 |
| Binary | 10001101 | 10101011 | 10001011 | 10010 | 0 | 10011 | 100001 | 1110100 | 10000 | 111101 |
Color Harmonies of #8DAB8B
Complementary color
Monochromatic Colors of #8DAB8B
Black with #8DAB8B
Text Example
Text Example
White with #8DAB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAB8B; }
p { color: rgb(141,171,139); }
H1.HeaderClassName
{
color: #8DAB8B;
}
.AnyTagClassName
{
color: #8DAB8B;
}
</style>
background-color css
<style>
a { background-color: #8DAB8B; }
a { background-color: rgb(141,171,139); }
div.DivClassName
{
background-color: #8DAB8B;
}
.BgClassName
{
background-color: #8DAB8B;
}
</style>
border-color css
<style>
span { border-color: #8DAB8B; }
span { border-color: rgb(141,171,139); }
td.TdClassName
{
border-color: #8DAB8B;
}
.TagClassName
{
border-color: #8DAB8B;
}
</style>