Shades of Mantle #9FB09E
Tints of Mantle #9FB09E
RGB
CMYK
RGB Variations
Color information
#9FB09E (or 0x9FB09E) is known color: Mantle. HEX triplet: 9F, B0 and 9E. RGB value is (159,176,158). Sum of RGB (Red+Green+Blue) = 159+176+158=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB09E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB09E is #604F61. Grayscale: #A8A8A8. Windows color (decimal): -6311778 or 10399903. OLE color: 10399903.
HSL color Cylindrical-coordinate representation of color #9FB09E: hue angle of 116.67º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9FB09E is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 176 | 158 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.31 |
| HSL | 116.67º | 0.1% | 0.65% | - |
| HSV(B) | 116.67º | 0.1% | 0.69% | - |
| XYZ | 35.99 | 40.89 | 38.34 | - |
| YUV | 168.87 | 121.87 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 176 | 158 | 0.10 | 0 | 0.10 | 0.31 | 116.67 | 0.1 | 0.65 |
| Hex | 9F | B0 | 9E | A | 0 | A | 1F | 75 | A | 41 |
| Octal | 237 | 260 | 236 | 12 | 0 | 12 | 37 | 165 | 12 | 101 |
| Binary | 10011111 | 10110000 | 10011110 | 1010 | 0 | 1010 | 11111 | 1110101 | 1010 | 1000001 |
Color Harmonies of #9FB09E
Complementary color
Monochromatic Colors of #9FB09E
Black with #9FB09E
Text Example
Text Example
White with #9FB09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB09E; }
p { color: rgb(159,176,158); }
H1.HeaderClassName
{
color: #9FB09E;
}
.AnyTagClassName
{
color: #9FB09E;
}
</style>
background-color css
<style>
a { background-color: #9FB09E; }
a { background-color: rgb(159,176,158); }
div.DivClassName
{
background-color: #9FB09E;
}
.BgClassName
{
background-color: #9FB09E;
}
</style>
border-color css
<style>
span { border-color: #9FB09E; }
span { border-color: rgb(159,176,158); }
td.TdClassName
{
border-color: #9FB09E;
}
.TagClassName
{
border-color: #9FB09E;
}
</style>