Shades of Mantle #99AB8F
Tints of Mantle #99AB8F
RGB
CMYK
RGB Variations
Color information
#99AB8F (or 0x99AB8F) is known color: Mantle. HEX triplet: 99, AB and 8F. RGB value is (153,171,143). Sum of RGB (Red+Green+Blue) = 153+171+143=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AB8F is #665470. Grayscale: #A2A2A2. Windows color (decimal): -6706289 or 9415577. OLE color: 9415577.
HSL color Cylindrical-coordinate representation of color #99AB8F: hue angle of 98.57º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #99AB8F is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 171 | 143 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.33 |
| HSL | 98.57º | 0.14% | 0.62% | - |
| HSV(B) | 98.57º | 0.16% | 0.67% | - |
| XYZ | 32.66 | 37.88 | 31.58 | - |
| YUV | 162.43 | 117.04 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 143 | 0.11 | 0 | 0.16 | 0.33 | 98.57 | 0.14 | 0.62 |
| Hex | 99 | AB | 8F | B | 0 | 10 | 21 | 63 | E | 3E |
| Octal | 231 | 253 | 217 | 13 | 0 | 20 | 41 | 143 | 16 | 76 |
| Binary | 10011001 | 10101011 | 10001111 | 1011 | 0 | 10000 | 100001 | 1100011 | 1110 | 111110 |
Color Harmonies of #99AB8F
Complementary color
Monochromatic Colors of #99AB8F
Black with #99AB8F
Text Example
Text Example
White with #99AB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AB8F; }
p { color: rgb(153,171,143); }
H1.HeaderClassName
{
color: #99AB8F;
}
.AnyTagClassName
{
color: #99AB8F;
}
</style>
background-color css
<style>
a { background-color: #99AB8F; }
a { background-color: rgb(153,171,143); }
div.DivClassName
{
background-color: #99AB8F;
}
.BgClassName
{
background-color: #99AB8F;
}
</style>
border-color css
<style>
span { border-color: #99AB8F; }
span { border-color: rgb(153,171,143); }
td.TdClassName
{
border-color: #99AB8F;
}
.TagClassName
{
border-color: #99AB8F;
}
</style>