Shades of Mantle #93AF8E
Tints of Mantle #93AF8E
RGB
CMYK
RGB Variations
Color information
#93AF8E (or 0x93AF8E) is known color: Mantle. HEX triplet: 93, AF and 8E. RGB value is (147,175,142). Sum of RGB (Red+Green+Blue) = 147+175+142=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 175 - color contains mainly: green. Hex color #93AF8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AF8E is #6C5071. Grayscale: #A2A2A2. Windows color (decimal): -7098482 or 9351059. OLE color: 9351059.
HSL color Cylindrical-coordinate representation of color #93AF8E: hue angle of 110.91º 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 #93AF8E is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 175 | 142 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.31 |
| HSL | 110.91º | 0.17% | 0.62% | - |
| HSV(B) | 110.91º | 0.19% | 0.69% | - |
| XYZ | 32.25 | 38.82 | 31.38 | - |
| YUV | 162.87 | 116.22 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 175 | 142 | 0.16 | 0 | 0.19 | 0.31 | 110.91 | 0.17 | 0.62 |
| Hex | 93 | AF | 8E | 10 | 0 | 13 | 1F | 6F | 11 | 3E |
| Octal | 223 | 257 | 216 | 20 | 0 | 23 | 37 | 157 | 21 | 76 |
| Binary | 10010011 | 10101111 | 10001110 | 10000 | 0 | 10011 | 11111 | 1101111 | 10001 | 111110 |
Color Harmonies of #93AF8E
Complementary color
Monochromatic Colors of #93AF8E
Black with #93AF8E
Text Example
Text Example
White with #93AF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AF8E; }
p { color: rgb(147,175,142); }
H1.HeaderClassName
{
color: #93AF8E;
}
.AnyTagClassName
{
color: #93AF8E;
}
</style>
background-color css
<style>
a { background-color: #93AF8E; }
a { background-color: rgb(147,175,142); }
div.DivClassName
{
background-color: #93AF8E;
}
.BgClassName
{
background-color: #93AF8E;
}
</style>
border-color css
<style>
span { border-color: #93AF8E; }
span { border-color: rgb(147,175,142); }
td.TdClassName
{
border-color: #93AF8E;
}
.TagClassName
{
border-color: #93AF8E;
}
</style>