Shades of Mantle #8CA887
Tints of Mantle #8CA887
RGB
CMYK
RGB Variations
Color information
#8CA887 (or 0x8CA887) is known color: Mantle. HEX triplet: 8C, A8 and 87. RGB value is (140,168,135). Sum of RGB (Red+Green+Blue) = 140+168+135=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 168 - color contains mainly: green. Hex color #8CA887 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA887 is #735778. Grayscale: #9B9B9B. Windows color (decimal): -7559033 or 8890508. OLE color: 8890508.
HSL color Cylindrical-coordinate representation of color #8CA887: hue angle of 110.91º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CA887 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 168 | 135 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.34 |
| HSL | 110.91º | 0.16% | 0.59% | - |
| HSV(B) | 110.91º | 0.2% | 0.66% | - |
| XYZ | 29.19 | 35.33 | 28.2 | - |
| YUV | 155.87 | 116.22 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 168 | 135 | 0.17 | 0 | 0.20 | 0.34 | 110.91 | 0.16 | 0.59 |
| Hex | 8C | A8 | 87 | 11 | 0 | 14 | 22 | 6F | 10 | 3B |
| Octal | 214 | 250 | 207 | 21 | 0 | 24 | 42 | 157 | 20 | 73 |
| Binary | 10001100 | 10101000 | 10000111 | 10001 | 0 | 10100 | 100010 | 1101111 | 10000 | 111011 |
Color Harmonies of #8CA887
Complementary color
Monochromatic Colors of #8CA887
Black with #8CA887
Text Example
Text Example
White with #8CA887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA887; }
p { color: rgb(140,168,135); }
H1.HeaderClassName
{
color: #8CA887;
}
.AnyTagClassName
{
color: #8CA887;
}
</style>
background-color css
<style>
a { background-color: #8CA887; }
a { background-color: rgb(140,168,135); }
div.DivClassName
{
background-color: #8CA887;
}
.BgClassName
{
background-color: #8CA887;
}
</style>
border-color css
<style>
span { border-color: #8CA887; }
span { border-color: rgb(140,168,135); }
td.TdClassName
{
border-color: #8CA887;
}
.TagClassName
{
border-color: #8CA887;
}
</style>