Shades of Mantle #90A08B
Tints of Mantle #90A08B
RGB
CMYK
RGB Variations
Color information
#90A08B (or 0x90A08B) is known color: Mantle. HEX triplet: 90, A0 and 8B. RGB value is (144,160,139). Sum of RGB (Red+Green+Blue) = 144+160+139=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 160 - color contains mainly: green. Hex color #90A08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A08B is #6F5F74. Grayscale: #989898. Windows color (decimal): -7298933 or 9150608. OLE color: 9150608.
HSL color Cylindrical-coordinate representation of color #90A08B: hue angle of 105.71º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #90A08B is Cyan = 0.1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 160 | 139 | - |
| CMYK | 0.1 | 0 | 0.13 | 0.37 |
| HSL | 105.71º | 0.1% | 0.59% | - |
| HSV(B) | 105.71º | 0.13% | 0.63% | - |
| XYZ | 28.73 | 32.93 | 29.27 | - |
| YUV | 152.82 | 120.2 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 160 | 139 | 0.1 | 0 | 0.13 | 0.37 | 105.71 | 0.1 | 0.59 |
| Hex | 90 | A0 | 8B | A | 0 | D | 25 | 6A | A | 3B |
| Octal | 220 | 240 | 213 | 12 | 0 | 15 | 45 | 152 | 12 | 73 |
| Binary | 10010000 | 10100000 | 10001011 | 1010 | 0 | 1101 | 100101 | 1101010 | 1010 | 111011 |
Color Harmonies of #90A08B
Complementary color
Monochromatic Colors of #90A08B
Black with #90A08B
Text Example
Text Example
White with #90A08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A08B; }
p { color: rgb(144,160,139); }
H1.HeaderClassName
{
color: #90A08B;
}
.AnyTagClassName
{
color: #90A08B;
}
</style>
background-color css
<style>
a { background-color: #90A08B; }
a { background-color: rgb(144,160,139); }
div.DivClassName
{
background-color: #90A08B;
}
.BgClassName
{
background-color: #90A08B;
}
</style>
border-color css
<style>
span { border-color: #90A08B; }
span { border-color: rgb(144,160,139); }
td.TdClassName
{
border-color: #90A08B;
}
.TagClassName
{
border-color: #90A08B;
}
</style>