Shades of Mantle #90B08D
Tints of Mantle #90B08D
RGB
CMYK
RGB Variations
Color information
#90B08D (or 0x90B08D) is known color: Mantle. HEX triplet: 90, B0 and 8D. RGB value is (144,176,141). Sum of RGB (Red+Green+Blue) = 144+176+141=461 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.24% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 176 - color contains mainly: green. Hex color #90B08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90B08D is #6F4F72. Grayscale: #A2A2A2. Windows color (decimal): -7294835 or 9285776. OLE color: 9285776.
HSL color Cylindrical-coordinate representation of color #90B08D: hue angle of 114.86º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90B08D is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 144 | 176 | 141 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.31 |
| HSL | 114.86º | 0.18% | 0.62% | - |
| HSV(B) | 114.86º | 0.2% | 0.69% | - |
| XYZ | 31.83 | 38.9 | 31.03 | - |
| YUV | 162.44 | 115.9 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 176 | 141 | 0.18 | 0 | 0.20 | 0.31 | 114.86 | 0.18 | 0.62 |
| Hex | 90 | B0 | 8D | 12 | 0 | 14 | 1F | 73 | 12 | 3E |
| Octal | 220 | 260 | 215 | 22 | 0 | 24 | 37 | 163 | 22 | 76 |
| Binary | 10010000 | 10110000 | 10001101 | 10010 | 0 | 10100 | 11111 | 1110011 | 10010 | 111110 |
Color Harmonies of #90B08D
Complementary color
Monochromatic Colors of #90B08D
Black with #90B08D
Text Example
Text Example
White with #90B08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B08D; }
p { color: rgb(144,176,141); }
H1.HeaderClassName
{
color: #90B08D;
}
.AnyTagClassName
{
color: #90B08D;
}
</style>
background-color css
<style>
a { background-color: #90B08D; }
a { background-color: rgb(144,176,141); }
div.DivClassName
{
background-color: #90B08D;
}
.BgClassName
{
background-color: #90B08D;
}
</style>
border-color css
<style>
span { border-color: #90B08D; }
span { border-color: rgb(144,176,141); }
td.TdClassName
{
border-color: #90B08D;
}
.TagClassName
{
border-color: #90B08D;
}
</style>