Shades of Mantle #98AB8E
Tints of Mantle #98AB8E
RGB
CMYK
RGB Variations
Color information
#98AB8E (or 0x98AB8E) is known color: Mantle. HEX triplet: 98, AB and 8E. RGB value is (152,171,142). Sum of RGB (Red+Green+Blue) = 152+171+142=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 171 - color contains mainly: green. Hex color #98AB8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AB8E is #675471. Grayscale: #A2A2A2. Windows color (decimal): -6771826 or 9350040. OLE color: 9350040.
HSL color Cylindrical-coordinate representation of color #98AB8E: hue angle of 99.31º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #98AB8E is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 171 | 142 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.33 |
| HSL | 99.31º | 0.15% | 0.61% | - |
| HSV(B) | 99.31º | 0.17% | 0.67% | - |
| XYZ | 32.39 | 37.75 | 31.17 | - |
| YUV | 162.01 | 116.71 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 171 | 142 | 0.11 | 0 | 0.17 | 0.33 | 99.31 | 0.15 | 0.61 |
| Hex | 98 | AB | 8E | B | 0 | 11 | 21 | 63 | F | 3D |
| Octal | 230 | 253 | 216 | 13 | 0 | 21 | 41 | 143 | 17 | 75 |
| Binary | 10011000 | 10101011 | 10001110 | 1011 | 0 | 10001 | 100001 | 1100011 | 1111 | 111101 |
Color Harmonies of #98AB8E
Complementary color
Monochromatic Colors of #98AB8E
Black with #98AB8E
Text Example
Text Example
White with #98AB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AB8E; }
p { color: rgb(152,171,142); }
H1.HeaderClassName
{
color: #98AB8E;
}
.AnyTagClassName
{
color: #98AB8E;
}
</style>
background-color css
<style>
a { background-color: #98AB8E; }
a { background-color: rgb(152,171,142); }
div.DivClassName
{
background-color: #98AB8E;
}
.BgClassName
{
background-color: #98AB8E;
}
</style>
border-color css
<style>
span { border-color: #98AB8E; }
span { border-color: rgb(152,171,142); }
td.TdClassName
{
border-color: #98AB8E;
}
.TagClassName
{
border-color: #98AB8E;
}
</style>