Shades of Mantle #99AE8E
Tints of Mantle #99AE8E
RGB
CMYK
RGB Variations
Color information
#99AE8E (or 0x99AE8E) is known color: Mantle. HEX triplet: 99, AE and 8E. RGB value is (153,174,142). Sum of RGB (Red+Green+Blue) = 153+174+142=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 174 (68.36% from 255 or 37.10% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 174 - color contains mainly: green. Hex color #99AE8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AE8E is #665171. Grayscale: #A4A4A4. Windows color (decimal): -6705522 or 9350809. OLE color: 9350809.
HSL color Cylindrical-coordinate representation of color #99AE8E: hue angle of 99.38º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99AE8E is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 174 | 142 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.32 |
| HSL | 99.38º | 0.16% | 0.62% | - |
| HSV(B) | 99.38º | 0.18% | 0.68% | - |
| XYZ | 33.16 | 39 | 31.37 | - |
| YUV | 164.07 | 115.54 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 174 | 142 | 0.12 | 0 | 0.18 | 0.32 | 99.38 | 0.16 | 0.62 |
| Hex | 99 | AE | 8E | C | 0 | 12 | 20 | 63 | 10 | 3E |
| Octal | 231 | 256 | 216 | 14 | 0 | 22 | 40 | 143 | 20 | 76 |
| Binary | 10011001 | 10101110 | 10001110 | 1100 | 0 | 10010 | 100000 | 1100011 | 10000 | 111110 |
Color Harmonies of #99AE8E
Complementary color
Monochromatic Colors of #99AE8E
Black with #99AE8E
Text Example
Text Example
White with #99AE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AE8E; }
p { color: rgb(153,174,142); }
H1.HeaderClassName
{
color: #99AE8E;
}
.AnyTagClassName
{
color: #99AE8E;
}
</style>
background-color css
<style>
a { background-color: #99AE8E; }
a { background-color: rgb(153,174,142); }
div.DivClassName
{
background-color: #99AE8E;
}
.BgClassName
{
background-color: #99AE8E;
}
</style>
border-color css
<style>
span { border-color: #99AE8E; }
span { border-color: rgb(153,174,142); }
td.TdClassName
{
border-color: #99AE8E;
}
.TagClassName
{
border-color: #99AE8E;
}
</style>