Shades of Mantle #8CAC8A
Tints of Mantle #8CAC8A
RGB
CMYK
RGB Variations
Color information
#8CAC8A (or 0x8CAC8A) is known color: Mantle. HEX triplet: 8C, AC and 8A. RGB value is (140,172,138). Sum of RGB (Red+Green+Blue) = 140+172+138=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAC8A is #735375. Grayscale: #9E9E9E. Windows color (decimal): -7558006 or 9088140. OLE color: 9088140.
HSL color Cylindrical-coordinate representation of color #8CAC8A: hue angle of 116.47º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CAC8A is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 138 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.33 |
| HSL | 116.47º | 0.17% | 0.61% | - |
| HSV(B) | 116.47º | 0.2% | 0.67% | - |
| XYZ | 30.16 | 36.92 | 29.58 | - |
| YUV | 158.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 138 | 0.19 | 0 | 0.20 | 0.33 | 116.47 | 0.17 | 0.61 |
| Hex | 8C | AC | 8A | 13 | 0 | 14 | 21 | 74 | 11 | 3D |
| Octal | 214 | 254 | 212 | 23 | 0 | 24 | 41 | 164 | 21 | 75 |
| Binary | 10001100 | 10101100 | 10001010 | 10011 | 0 | 10100 | 100001 | 1110100 | 10001 | 111101 |
Color Harmonies of #8CAC8A
Complementary color
Monochromatic Colors of #8CAC8A
Black with #8CAC8A
Text Example
Text Example
White with #8CAC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC8A; }
p { color: rgb(140,172,138); }
H1.HeaderClassName
{
color: #8CAC8A;
}
.AnyTagClassName
{
color: #8CAC8A;
}
</style>
background-color css
<style>
a { background-color: #8CAC8A; }
a { background-color: rgb(140,172,138); }
div.DivClassName
{
background-color: #8CAC8A;
}
.BgClassName
{
background-color: #8CAC8A;
}
</style>
border-color css
<style>
span { border-color: #8CAC8A; }
span { border-color: rgb(140,172,138); }
td.TdClassName
{
border-color: #8CAC8A;
}
.TagClassName
{
border-color: #8CAC8A;
}
</style>