Shades of Mantle #8DAB8A
Tints of Mantle #8DAB8A
RGB
CMYK
RGB Variations
Color information
#8DAB8A (or 0x8DAB8A) is known color: Mantle. HEX triplet: 8D, AB and 8A. RGB value is (141,171,138). Sum of RGB (Red+Green+Blue) = 141+171+138=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAB8A is #725475. Grayscale: #9E9E9E. Windows color (decimal): -7492726 or 9087885. OLE color: 9087885.
HSL color Cylindrical-coordinate representation of color #8DAB8A: hue angle of 114.55º 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 #8DAB8A is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 171 | 138 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.33 |
| HSL | 114.55º | 0.16% | 0.61% | - |
| HSV(B) | 114.55º | 0.19% | 0.67% | - |
| XYZ | 30.13 | 36.62 | 29.53 | - |
| YUV | 158.27 | 116.56 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 138 | 0.18 | 0 | 0.19 | 0.33 | 114.55 | 0.16 | 0.61 |
| Hex | 8D | AB | 8A | 12 | 0 | 13 | 21 | 73 | 10 | 3D |
| Octal | 215 | 253 | 212 | 22 | 0 | 23 | 41 | 163 | 20 | 75 |
| Binary | 10001101 | 10101011 | 10001010 | 10010 | 0 | 10011 | 100001 | 1110011 | 10000 | 111101 |
Color Harmonies of #8DAB8A
Complementary color
Monochromatic Colors of #8DAB8A
Black with #8DAB8A
Text Example
Text Example
White with #8DAB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAB8A; }
p { color: rgb(141,171,138); }
H1.HeaderClassName
{
color: #8DAB8A;
}
.AnyTagClassName
{
color: #8DAB8A;
}
</style>
background-color css
<style>
a { background-color: #8DAB8A; }
a { background-color: rgb(141,171,138); }
div.DivClassName
{
background-color: #8DAB8A;
}
.BgClassName
{
background-color: #8DAB8A;
}
</style>
border-color css
<style>
span { border-color: #8DAB8A; }
span { border-color: rgb(141,171,138); }
td.TdClassName
{
border-color: #8DAB8A;
}
.TagClassName
{
border-color: #8DAB8A;
}
</style>