Shades of Mantle #97AB8D
Tints of Mantle #97AB8D
RGB
CMYK
RGB Variations
Color information
#97AB8D (or 0x97AB8D) is known color: Mantle. HEX triplet: 97, AB and 8D. RGB value is (151,171,141). Sum of RGB (Red+Green+Blue) = 151+171+141=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 171 - color contains mainly: green. Hex color #97AB8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AB8D is #685472. Grayscale: #A1A1A1. Windows color (decimal): -6837363 or 9284503. OLE color: 9284503.
HSL color Cylindrical-coordinate representation of color #97AB8D: hue angle of 100º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #97AB8D is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 171 | 141 | - |
| CMYK | 0.12 | 0 | 0.18 | 0.33 |
| HSL | 100º | 0.15% | 0.61% | - |
| HSV(B) | 100º | 0.18% | 0.67% | - |
| XYZ | 32.13 | 37.63 | 30.77 | - |
| YUV | 161.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 171 | 141 | 0.12 | 0 | 0.18 | 0.33 | 100 | 0.15 | 0.61 |
| Hex | 97 | AB | 8D | C | 0 | 12 | 21 | 64 | F | 3D |
| Octal | 227 | 253 | 215 | 14 | 0 | 22 | 41 | 144 | 17 | 75 |
| Binary | 10010111 | 10101011 | 10001101 | 1100 | 0 | 10010 | 100001 | 1100100 | 1111 | 111101 |
Color Harmonies of #97AB8D
Complementary color
Monochromatic Colors of #97AB8D
Black with #97AB8D
Text Example
Text Example
White with #97AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97AB8D; }
p { color: rgb(151,171,141); }
H1.HeaderClassName
{
color: #97AB8D;
}
.AnyTagClassName
{
color: #97AB8D;
}
</style>
background-color css
<style>
a { background-color: #97AB8D; }
a { background-color: rgb(151,171,141); }
div.DivClassName
{
background-color: #97AB8D;
}
.BgClassName
{
background-color: #97AB8D;
}
</style>
border-color css
<style>
span { border-color: #97AB8D; }
span { border-color: rgb(151,171,141); }
td.TdClassName
{
border-color: #97AB8D;
}
.TagClassName
{
border-color: #97AB8D;
}
</style>