Shades of Mantle #97AF8E
Tints of Mantle #97AF8E
RGB
CMYK
RGB Variations
Color information
#97AF8E (or 0x97AF8E) is known color: Mantle. HEX triplet: 97, AF and 8E. RGB value is (151,175,142). Sum of RGB (Red+Green+Blue) = 151+175+142=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 175 (68.75% from 255 or 37.39% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 175 - color contains mainly: green. Hex color #97AF8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97AF8E is #685071. Grayscale: #A4A4A4. Windows color (decimal): -6836338 or 9351063. OLE color: 9351063.
HSL color Cylindrical-coordinate representation of color #97AF8E: hue angle of 103.64º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #97AF8E is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 151 | 175 | 142 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.31 |
| HSL | 103.64º | 0.17% | 0.62% | - |
| HSV(B) | 103.64º | 0.19% | 0.69% | - |
| XYZ | 32.97 | 39.19 | 31.42 | - |
| YUV | 164.06 | 115.55 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 175 | 142 | 0.14 | 0 | 0.19 | 0.31 | 103.64 | 0.17 | 0.62 |
| Hex | 97 | AF | 8E | E | 0 | 13 | 1F | 68 | 11 | 3E |
| Octal | 227 | 257 | 216 | 16 | 0 | 23 | 37 | 150 | 21 | 76 |
| Binary | 10010111 | 10101111 | 10001110 | 1110 | 0 | 10011 | 11111 | 1101000 | 10001 | 111110 |
Color Harmonies of #97AF8E
Complementary color
Monochromatic Colors of #97AF8E
Black with #97AF8E
Text Example
Text Example
White with #97AF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97AF8E; }
p { color: rgb(151,175,142); }
H1.HeaderClassName
{
color: #97AF8E;
}
.AnyTagClassName
{
color: #97AF8E;
}
</style>
background-color css
<style>
a { background-color: #97AF8E; }
a { background-color: rgb(151,175,142); }
div.DivClassName
{
background-color: #97AF8E;
}
.BgClassName
{
background-color: #97AF8E;
}
</style>
border-color css
<style>
span { border-color: #97AF8E; }
span { border-color: rgb(151,175,142); }
td.TdClassName
{
border-color: #97AF8E;
}
.TagClassName
{
border-color: #97AF8E;
}
</style>