Shades of Mantle #93A08A
Tints of Mantle #93A08A
RGB
CMYK
RGB Variations
Color information
#93A08A (or 0x93A08A) is known color: Mantle. HEX triplet: 93, A0 and 8A. RGB value is (147,160,138). Sum of RGB (Red+Green+Blue) = 147+160+138=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 160 - color contains mainly: green. Hex color #93A08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93A08A is #6C5F75. Grayscale: #999999. Windows color (decimal): -7102326 or 9085075. OLE color: 9085075.
HSL color Cylindrical-coordinate representation of color #93A08A: hue angle of 95.45º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #93A08A is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 160 | 138 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.37 |
| HSL | 95.45º | 0.1% | 0.58% | - |
| HSV(B) | 95.45º | 0.14% | 0.63% | - |
| XYZ | 29.19 | 33.18 | 28.91 | - |
| YUV | 153.61 | 119.19 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 160 | 138 | 0.08 | 0 | 0.14 | 0.37 | 95.45 | 0.1 | 0.58 |
| Hex | 93 | A0 | 8A | 8 | 0 | E | 25 | 5F | A | 3A |
| Octal | 223 | 240 | 212 | 10 | 0 | 16 | 45 | 137 | 12 | 72 |
| Binary | 10010011 | 10100000 | 10001010 | 1000 | 0 | 1110 | 100101 | 1011111 | 1010 | 111010 |
Color Harmonies of #93A08A
Complementary color
Monochromatic Colors of #93A08A
Black with #93A08A
Text Example
Text Example
White with #93A08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A08A; }
p { color: rgb(147,160,138); }
H1.HeaderClassName
{
color: #93A08A;
}
.AnyTagClassName
{
color: #93A08A;
}
</style>
background-color css
<style>
a { background-color: #93A08A; }
a { background-color: rgb(147,160,138); }
div.DivClassName
{
background-color: #93A08A;
}
.BgClassName
{
background-color: #93A08A;
}
</style>
border-color css
<style>
span { border-color: #93A08A; }
span { border-color: rgb(147,160,138); }
td.TdClassName
{
border-color: #93A08A;
}
.TagClassName
{
border-color: #93A08A;
}
</style>