Shades of Mantle #8CAE88
Tints of Mantle #8CAE88
RGB
CMYK
RGB Variations
Color information
#8CAE88 (or 0x8CAE88) is known color: Mantle. HEX triplet: 8C, AE and 88. RGB value is (140,174,136). Sum of RGB (Red+Green+Blue) = 140+174+136=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 174 (68.36% from 255 or 38.67% from 450); Blue value is 136 (53.52% from 255 or 30.22% from 450); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAE88 is #735177. Grayscale: #9F9F9F. Windows color (decimal): -7557496 or 8957580. OLE color: 8957580.
HSL color Cylindrical-coordinate representation of color #8CAE88: hue angle of 113.68º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8CAE88 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 174 | 136 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.32 |
| HSL | 113.68º | 0.19% | 0.61% | - |
| HSV(B) | 113.68º | 0.22% | 0.68% | - |
| XYZ | 30.4 | 37.63 | 28.95 | - |
| YUV | 159.5 | 114.74 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 174 | 136 | 0.20 | 0 | 0.22 | 0.32 | 113.68 | 0.19 | 0.61 |
| Hex | 8C | AE | 88 | 14 | 0 | 16 | 20 | 72 | 13 | 3D |
| Octal | 214 | 256 | 210 | 24 | 0 | 26 | 40 | 162 | 23 | 75 |
| Binary | 10001100 | 10101110 | 10001000 | 10100 | 0 | 10110 | 100000 | 1110010 | 10011 | 111101 |
Color Harmonies of #8CAE88
Complementary color
Monochromatic Colors of #8CAE88
Black with #8CAE88
Text Example
Text Example
White with #8CAE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAE88; }
p { color: rgb(140,174,136); }
H1.HeaderClassName
{
color: #8CAE88;
}
.AnyTagClassName
{
color: #8CAE88;
}
</style>
background-color css
<style>
a { background-color: #8CAE88; }
a { background-color: rgb(140,174,136); }
div.DivClassName
{
background-color: #8CAE88;
}
.BgClassName
{
background-color: #8CAE88;
}
</style>
border-color css
<style>
span { border-color: #8CAE88; }
span { border-color: rgb(140,174,136); }
td.TdClassName
{
border-color: #8CAE88;
}
.TagClassName
{
border-color: #8CAE88;
}
</style>