Shades of Mantle #99AD8E
Tints of Mantle #99AD8E
RGB
CMYK
RGB Variations
Color information
#99AD8E (or 0x99AD8E) is known color: Mantle. HEX triplet: 99, AD and 8E. RGB value is (153,173,142). Sum of RGB (Red+Green+Blue) = 153+173+142=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AD8E is #665271. Grayscale: #A3A3A3. Windows color (decimal): -6705778 or 9350553. OLE color: 9350553.
HSL color Cylindrical-coordinate representation of color #99AD8E: hue angle of 98.71º 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 #99AD8E is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 173 | 142 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.32 |
| HSL | 98.71º | 0.16% | 0.62% | - |
| HSV(B) | 98.71º | 0.18% | 0.68% | - |
| XYZ | 32.96 | 38.61 | 31.31 | - |
| YUV | 163.49 | 115.87 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 142 | 0.12 | 0 | 0.18 | 0.32 | 98.71 | 0.16 | 0.62 |
| Hex | 99 | AD | 8E | C | 0 | 12 | 20 | 63 | 10 | 3E |
| Octal | 231 | 255 | 216 | 14 | 0 | 22 | 40 | 143 | 20 | 76 |
| Binary | 10011001 | 10101101 | 10001110 | 1100 | 0 | 10010 | 100000 | 1100011 | 10000 | 111110 |
Color Harmonies of #99AD8E
Complementary color
Monochromatic Colors of #99AD8E
Black with #99AD8E
Text Example
Text Example
White with #99AD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AD8E; }
p { color: rgb(153,173,142); }
H1.HeaderClassName
{
color: #99AD8E;
}
.AnyTagClassName
{
color: #99AD8E;
}
</style>
background-color css
<style>
a { background-color: #99AD8E; }
a { background-color: rgb(153,173,142); }
div.DivClassName
{
background-color: #99AD8E;
}
.BgClassName
{
background-color: #99AD8E;
}
</style>
border-color css
<style>
span { border-color: #99AD8E; }
span { border-color: rgb(153,173,142); }
td.TdClassName
{
border-color: #99AD8E;
}
.TagClassName
{
border-color: #99AD8E;
}
</style>