Shades of Mantle #93A08E
Tints of Mantle #93A08E
RGB
CMYK
RGB Variations
Color information
#93A08E (or 0x93A08E) is known color: Mantle. HEX triplet: 93, A0 and 8E. RGB value is (147,160,142). Sum of RGB (Red+Green+Blue) = 147+160+142=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 160 - color contains mainly: green. Hex color #93A08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A08E is #6C5F71. Grayscale: #9A9A9A. Windows color (decimal): -7102322 or 9347219. OLE color: 9347219.
HSL color Cylindrical-coordinate representation of color #93A08E: hue angle of 103.33º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #93A08E is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 160 | 142 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.37 |
| HSL | 103.33º | 0.09% | 0.59% | - |
| HSV(B) | 103.33º | 0.11% | 0.63% | - |
| XYZ | 29.49 | 33.3 | 30.46 | - |
| YUV | 154.06 | 121.19 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 160 | 142 | 0.08 | 0 | 0.11 | 0.37 | 103.33 | 0.09 | 0.59 |
| Hex | 93 | A0 | 8E | 8 | 0 | B | 25 | 67 | 9 | 3B |
| Octal | 223 | 240 | 216 | 10 | 0 | 13 | 45 | 147 | 11 | 73 |
| Binary | 10010011 | 10100000 | 10001110 | 1000 | 0 | 1011 | 100101 | 1100111 | 1001 | 111011 |
Color Harmonies of #93A08E
Complementary color
Monochromatic Colors of #93A08E
Black with #93A08E
Text Example
Text Example
White with #93A08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A08E; }
p { color: rgb(147,160,142); }
H1.HeaderClassName
{
color: #93A08E;
}
.AnyTagClassName
{
color: #93A08E;
}
</style>
background-color css
<style>
a { background-color: #93A08E; }
a { background-color: rgb(147,160,142); }
div.DivClassName
{
background-color: #93A08E;
}
.BgClassName
{
background-color: #93A08E;
}
</style>
border-color css
<style>
span { border-color: #93A08E; }
span { border-color: rgb(147,160,142); }
td.TdClassName
{
border-color: #93A08E;
}
.TagClassName
{
border-color: #93A08E;
}
</style>