Shades of Mantle #90AA8B
Tints of Mantle #90AA8B
RGB
CMYK
RGB Variations
Color information
#90AA8B (or 0x90AA8B) is known color: Mantle. HEX triplet: 90, AA and 8B. RGB value is (144,170,139). Sum of RGB (Red+Green+Blue) = 144+170+139=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AA8B is #6F5574. Grayscale: #9E9E9E. Windows color (decimal): -7296373 or 9153168. OLE color: 9153168.
HSL color Cylindrical-coordinate representation of color #90AA8B: hue angle of 110.32º 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 #90AA8B is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 170 | 139 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.33 |
| HSL | 110.32º | 0.15% | 0.61% | - |
| HSV(B) | 110.32º | 0.18% | 0.67% | - |
| XYZ | 30.54 | 36.54 | 29.87 | - |
| YUV | 158.69 | 116.89 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 139 | 0.15 | 0 | 0.18 | 0.33 | 110.32 | 0.15 | 0.61 |
| Hex | 90 | AA | 8B | F | 0 | 12 | 21 | 6E | F | 3D |
| Octal | 220 | 252 | 213 | 17 | 0 | 22 | 41 | 156 | 17 | 75 |
| Binary | 10010000 | 10101010 | 10001011 | 1111 | 0 | 10010 | 100001 | 1101110 | 1111 | 111101 |
Color Harmonies of #90AA8B
Complementary color
Monochromatic Colors of #90AA8B
Black with #90AA8B
Text Example
Text Example
White with #90AA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AA8B; }
p { color: rgb(144,170,139); }
H1.HeaderClassName
{
color: #90AA8B;
}
.AnyTagClassName
{
color: #90AA8B;
}
</style>
background-color css
<style>
a { background-color: #90AA8B; }
a { background-color: rgb(144,170,139); }
div.DivClassName
{
background-color: #90AA8B;
}
.BgClassName
{
background-color: #90AA8B;
}
</style>
border-color css
<style>
span { border-color: #90AA8B; }
span { border-color: rgb(144,170,139); }
td.TdClassName
{
border-color: #90AA8B;
}
.TagClassName
{
border-color: #90AA8B;
}
</style>