Shades of Mantle #99AE8F
Tints of Mantle #99AE8F
RGB
CMYK
RGB Variations
Color information
#99AE8F (or 0x99AE8F) is known color: Mantle. HEX triplet: 99, AE and 8F. RGB value is (153,174,143). Sum of RGB (Red+Green+Blue) = 153+174+143=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 143 (56.25% from 255 or 30.43% from 470); Max value from RGB is 174 - color contains mainly: green. Hex color #99AE8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AE8F is #665170. Grayscale: #A4A4A4. Windows color (decimal): -6705521 or 9416345. OLE color: 9416345.
HSL color Cylindrical-coordinate representation of color #99AE8F: hue angle of 100.65º 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 #99AE8F is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 174 | 143 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.32 |
| HSL | 100.65º | 0.16% | 0.62% | - |
| HSV(B) | 100.65º | 0.18% | 0.68% | - |
| XYZ | 33.23 | 39.03 | 31.77 | - |
| YUV | 164.19 | 116.04 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 174 | 143 | 0.12 | 0 | 0.18 | 0.32 | 100.65 | 0.16 | 0.62 |
| Hex | 99 | AE | 8F | C | 0 | 12 | 20 | 65 | 10 | 3E |
| Octal | 231 | 256 | 217 | 14 | 0 | 22 | 40 | 145 | 20 | 76 |
| Binary | 10011001 | 10101110 | 10001111 | 1100 | 0 | 10010 | 100000 | 1100101 | 10000 | 111110 |
Color Harmonies of #99AE8F
Complementary color
Monochromatic Colors of #99AE8F
Black with #99AE8F
Text Example
Text Example
White with #99AE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AE8F; }
p { color: rgb(153,174,143); }
H1.HeaderClassName
{
color: #99AE8F;
}
.AnyTagClassName
{
color: #99AE8F;
}
</style>
background-color css
<style>
a { background-color: #99AE8F; }
a { background-color: rgb(153,174,143); }
div.DivClassName
{
background-color: #99AE8F;
}
.BgClassName
{
background-color: #99AE8F;
}
</style>
border-color css
<style>
span { border-color: #99AE8F; }
span { border-color: rgb(153,174,143); }
td.TdClassName
{
border-color: #99AE8F;
}
.TagClassName
{
border-color: #99AE8F;
}
</style>