Shades of Spring Rain #9FBE9E
Tints of Spring Rain #9FBE9E
RGB
CMYK
RGB Variations
Color information
#9FBE9E (or 0x9FBE9E) is known color: Spring Rain. HEX triplet: 9F, BE and 9E. RGB value is (159,190,158). Sum of RGB (Red+Green+Blue) = 159+190+158=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBE9E is #604161. Grayscale: #B1B1B1. Windows color (decimal): -6308194 or 10403487. OLE color: 10403487.
HSL color Cylindrical-coordinate representation of color #9FBE9E: hue angle of 118.12º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9FBE9E is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 190 | 158 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.25 |
| HSL | 118.13º | 0.2% | 0.68% | - |
| HSV(B) | 118.13º | 0.17% | 0.75% | - |
| XYZ | 38.88 | 46.67 | 39.31 | - |
| YUV | 177.08 | 117.23 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 190 | 158 | 0.16 | 0 | 0.17 | 0.25 | 118.13 | 0.2 | 0.68 |
| Hex | 9F | BE | 9E | 10 | 0 | 11 | 19 | 76 | 14 | 44 |
| Octal | 237 | 276 | 236 | 20 | 0 | 21 | 31 | 166 | 24 | 104 |
| Binary | 10011111 | 10111110 | 10011110 | 10000 | 0 | 10001 | 11001 | 1110110 | 10100 | 1000100 |
Color Harmonies of #9FBE9E
Complementary color
Monochromatic Colors of #9FBE9E
Black with #9FBE9E
Text Example
Text Example
White with #9FBE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBE9E; }
p { color: rgb(159,190,158); }
H1.HeaderClassName
{
color: #9FBE9E;
}
.AnyTagClassName
{
color: #9FBE9E;
}
</style>
background-color css
<style>
a { background-color: #9FBE9E; }
a { background-color: rgb(159,190,158); }
div.DivClassName
{
background-color: #9FBE9E;
}
.BgClassName
{
background-color: #9FBE9E;
}
</style>
border-color css
<style>
span { border-color: #9FBE9E; }
span { border-color: rgb(159,190,158); }
td.TdClassName
{
border-color: #9FBE9E;
}
.TagClassName
{
border-color: #9FBE9E;
}
</style>