Shades of Mantle #98AD8D
Tints of Mantle #98AD8D
RGB
CMYK
RGB Variations
Color information
#98AD8D (or 0x98AD8D) is known color: Mantle. HEX triplet: 98, AD and 8D. RGB value is (152,173,141). Sum of RGB (Red+Green+Blue) = 152+173+141=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AD8D is #675272. Grayscale: #A3A3A3. Windows color (decimal): -6771315 or 9285016. OLE color: 9285016.
HSL color Cylindrical-coordinate representation of color #98AD8D: 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 #98AD8D is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 173 | 141 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.32 |
| HSL | 99.38º | 0.16% | 0.62% | - |
| HSV(B) | 99.38º | 0.18% | 0.68% | - |
| XYZ | 32.7 | 38.49 | 30.9 | - |
| YUV | 163.07 | 115.54 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 141 | 0.12 | 0 | 0.18 | 0.32 | 99.38 | 0.16 | 0.62 |
| Hex | 98 | AD | 8D | C | 0 | 12 | 20 | 63 | 10 | 3E |
| Octal | 230 | 255 | 215 | 14 | 0 | 22 | 40 | 143 | 20 | 76 |
| Binary | 10011000 | 10101101 | 10001101 | 1100 | 0 | 10010 | 100000 | 1100011 | 10000 | 111110 |
Color Harmonies of #98AD8D
Complementary color
Monochromatic Colors of #98AD8D
Black with #98AD8D
Text Example
Text Example
White with #98AD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AD8D; }
p { color: rgb(152,173,141); }
H1.HeaderClassName
{
color: #98AD8D;
}
.AnyTagClassName
{
color: #98AD8D;
}
</style>
background-color css
<style>
a { background-color: #98AD8D; }
a { background-color: rgb(152,173,141); }
div.DivClassName
{
background-color: #98AD8D;
}
.BgClassName
{
background-color: #98AD8D;
}
</style>
border-color css
<style>
span { border-color: #98AD8D; }
span { border-color: rgb(152,173,141); }
td.TdClassName
{
border-color: #98AD8D;
}
.TagClassName
{
border-color: #98AD8D;
}
</style>