Shades of Mantle #93AA8B
Tints of Mantle #93AA8B
RGB
CMYK
RGB Variations
Color information
#93AA8B (or 0x93AA8B) is known color: Mantle. HEX triplet: 93, AA and 8B. RGB value is (147,170,139). Sum of RGB (Red+Green+Blue) = 147+170+139=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 170 - color contains mainly: green. Hex color #93AA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93AA8B is #6C5574. Grayscale: #9F9F9F. Windows color (decimal): -7099765 or 9153171. OLE color: 9153171.
HSL color Cylindrical-coordinate representation of color #93AA8B: hue angle of 104.52º 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 #93AA8B is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 170 | 139 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.33 |
| HSL | 104.52º | 0.15% | 0.61% | - |
| HSV(B) | 104.52º | 0.18% | 0.67% | - |
| XYZ | 31.07 | 36.82 | 29.89 | - |
| YUV | 159.59 | 116.38 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 170 | 139 | 0.14 | 0 | 0.18 | 0.33 | 104.52 | 0.15 | 0.61 |
| Hex | 93 | AA | 8B | E | 0 | 12 | 21 | 69 | F | 3D |
| Octal | 223 | 252 | 213 | 16 | 0 | 22 | 41 | 151 | 17 | 75 |
| Binary | 10010011 | 10101010 | 10001011 | 1110 | 0 | 10010 | 100001 | 1101001 | 1111 | 111101 |
Color Harmonies of #93AA8B
Complementary color
Monochromatic Colors of #93AA8B
Black with #93AA8B
Text Example
Text Example
White with #93AA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93AA8B; }
p { color: rgb(147,170,139); }
H1.HeaderClassName
{
color: #93AA8B;
}
.AnyTagClassName
{
color: #93AA8B;
}
</style>
background-color css
<style>
a { background-color: #93AA8B; }
a { background-color: rgb(147,170,139); }
div.DivClassName
{
background-color: #93AA8B;
}
.BgClassName
{
background-color: #93AA8B;
}
</style>
border-color css
<style>
span { border-color: #93AA8B; }
span { border-color: rgb(147,170,139); }
td.TdClassName
{
border-color: #93AA8B;
}
.TagClassName
{
border-color: #93AA8B;
}
</style>