Shades of Mantle #90AB8D
Tints of Mantle #90AB8D
RGB
CMYK
RGB Variations
Color information
#90AB8D (or 0x90AB8D) is known color: Mantle. HEX triplet: 90, AB and 8D. RGB value is (144,171,141). Sum of RGB (Red+Green+Blue) = 144+171+141=456 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.58% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AB8D is #6F5472. Grayscale: #9F9F9F. Windows color (decimal): -7296115 or 9284496. OLE color: 9284496.
HSL color Cylindrical-coordinate representation of color #90AB8D: hue angle of 114º 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 #90AB8D is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 171 | 141 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.33 |
| HSL | 114º | 0.15% | 0.61% | - |
| HSV(B) | 114º | 0.18% | 0.67% | - |
| XYZ | 30.87 | 36.98 | 30.71 | - |
| YUV | 159.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 141 | 0.16 | 0 | 0.18 | 0.33 | 114 | 0.15 | 0.61 |
| Hex | 90 | AB | 8D | 10 | 0 | 12 | 21 | 72 | F | 3D |
| Octal | 220 | 253 | 215 | 20 | 0 | 22 | 41 | 162 | 17 | 75 |
| Binary | 10010000 | 10101011 | 10001101 | 10000 | 0 | 10010 | 100001 | 1110010 | 1111 | 111101 |
Color Harmonies of #90AB8D
Complementary color
Monochromatic Colors of #90AB8D
Black with #90AB8D
Text Example
Text Example
White with #90AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AB8D; }
p { color: rgb(144,171,141); }
H1.HeaderClassName
{
color: #90AB8D;
}
.AnyTagClassName
{
color: #90AB8D;
}
</style>
background-color css
<style>
a { background-color: #90AB8D; }
a { background-color: rgb(144,171,141); }
div.DivClassName
{
background-color: #90AB8D;
}
.BgClassName
{
background-color: #90AB8D;
}
</style>
border-color css
<style>
span { border-color: #90AB8D; }
span { border-color: rgb(144,171,141); }
td.TdClassName
{
border-color: #90AB8D;
}
.TagClassName
{
border-color: #90AB8D;
}
</style>