Shades of Mantle #8CAC88
Tints of Mantle #8CAC88
RGB
CMYK
RGB Variations
Color information
#8CAC88 (or 0x8CAC88) is known color: Mantle. HEX triplet: 8C, AC and 88. RGB value is (140,172,136). Sum of RGB (Red+Green+Blue) = 140+172+136=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 136 (53.52% from 255 or 30.36% from 448); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAC88 is #735377. Grayscale: #9E9E9E. Windows color (decimal): -7558008 or 8957068. OLE color: 8957068.
HSL color Cylindrical-coordinate representation of color #8CAC88: hue angle of 113.33º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8CAC88 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 136 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.33 |
| HSL | 113.33º | 0.18% | 0.6% | - |
| HSV(B) | 113.33º | 0.21% | 0.67% | - |
| XYZ | 30.01 | 36.86 | 28.83 | - |
| YUV | 158.33 | 115.4 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 136 | 0.19 | 0 | 0.21 | 0.33 | 113.33 | 0.18 | 0.6 |
| Hex | 8C | AC | 88 | 13 | 0 | 15 | 21 | 71 | 12 | 3C |
| Octal | 214 | 254 | 210 | 23 | 0 | 25 | 41 | 161 | 22 | 74 |
| Binary | 10001100 | 10101100 | 10001000 | 10011 | 0 | 10101 | 100001 | 1110001 | 10010 | 111100 |
Color Harmonies of #8CAC88
Complementary color
Monochromatic Colors of #8CAC88
Black with #8CAC88
Text Example
Text Example
White with #8CAC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC88; }
p { color: rgb(140,172,136); }
H1.HeaderClassName
{
color: #8CAC88;
}
.AnyTagClassName
{
color: #8CAC88;
}
</style>
background-color css
<style>
a { background-color: #8CAC88; }
a { background-color: rgb(140,172,136); }
div.DivClassName
{
background-color: #8CAC88;
}
.BgClassName
{
background-color: #8CAC88;
}
</style>
border-color css
<style>
span { border-color: #8CAC88; }
span { border-color: rgb(140,172,136); }
td.TdClassName
{
border-color: #8CAC88;
}
.TagClassName
{
border-color: #8CAC88;
}
</style>