Shades of Mantle #90AA8C
Tints of Mantle #90AA8C
RGB
CMYK
RGB Variations
Color information
#90AA8C (or 0x90AA8C) is known color: Mantle. HEX triplet: 90, AA and 8C. RGB value is (144,170,140). Sum of RGB (Red+Green+Blue) = 144+170+140=454 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.72% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AA8C is #6F5573. Grayscale: #9E9E9E. Windows color (decimal): -7296372 or 9218704. OLE color: 9218704.
HSL color Cylindrical-coordinate representation of color #90AA8C: hue angle of 112º 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 #90AA8C is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 170 | 140 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.33 |
| HSL | 112º | 0.15% | 0.61% | - |
| HSV(B) | 112º | 0.18% | 0.67% | - |
| XYZ | 30.61 | 36.57 | 30.26 | - |
| YUV | 158.81 | 117.39 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 140 | 0.15 | 0 | 0.18 | 0.33 | 112 | 0.15 | 0.61 |
| Hex | 90 | AA | 8C | F | 0 | 12 | 21 | 70 | F | 3D |
| Octal | 220 | 252 | 214 | 17 | 0 | 22 | 41 | 160 | 17 | 75 |
| Binary | 10010000 | 10101010 | 10001100 | 1111 | 0 | 10010 | 100001 | 1110000 | 1111 | 111101 |
Color Harmonies of #90AA8C
Complementary color
Monochromatic Colors of #90AA8C
Black with #90AA8C
Text Example
Text Example
White with #90AA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AA8C; }
p { color: rgb(144,170,140); }
H1.HeaderClassName
{
color: #90AA8C;
}
.AnyTagClassName
{
color: #90AA8C;
}
</style>
background-color css
<style>
a { background-color: #90AA8C; }
a { background-color: rgb(144,170,140); }
div.DivClassName
{
background-color: #90AA8C;
}
.BgClassName
{
background-color: #90AA8C;
}
</style>
border-color css
<style>
span { border-color: #90AA8C; }
span { border-color: rgb(144,170,140); }
td.TdClassName
{
border-color: #90AA8C;
}
.TagClassName
{
border-color: #90AA8C;
}
</style>