Shades of Spring Rain #9EBA9F
Tints of Spring Rain #9EBA9F
RGB
CMYK
RGB Variations
Color information
#9EBA9F (or 0x9EBA9F) is known color: Spring Rain. HEX triplet: 9E, BA and 9F. RGB value is (158,186,159). Sum of RGB (Red+Green+Blue) = 158+186+159=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EBA9F is #614560. Grayscale: #AEAEAE. Windows color (decimal): -6374753 or 10467998. OLE color: 10467998.
HSL color Cylindrical-coordinate representation of color #9EBA9F: hue angle of 122.14º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9EBA9F is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 158 | 186 | 159 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.27 |
| HSL | 122.14º | 0.17% | 0.67% | - |
| HSV(B) | 122.14º | 0.15% | 0.73% | - |
| XYZ | 37.92 | 44.89 | 39.47 | - |
| YUV | 174.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 186 | 159 | 0.15 | 0 | 0.15 | 0.27 | 122.14 | 0.17 | 0.67 |
| Hex | 9E | BA | 9F | F | 0 | F | 1B | 7A | 11 | 43 |
| Octal | 236 | 272 | 237 | 17 | 0 | 17 | 33 | 172 | 21 | 103 |
| Binary | 10011110 | 10111010 | 10011111 | 1111 | 0 | 1111 | 11011 | 1111010 | 10001 | 1000011 |
Color Harmonies of #9EBA9F
Complementary color
Monochromatic Colors of #9EBA9F
Black with #9EBA9F
Text Example
Text Example
White with #9EBA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBA9F; }
p { color: rgb(158,186,159); }
H1.HeaderClassName
{
color: #9EBA9F;
}
.AnyTagClassName
{
color: #9EBA9F;
}
</style>
background-color css
<style>
a { background-color: #9EBA9F; }
a { background-color: rgb(158,186,159); }
div.DivClassName
{
background-color: #9EBA9F;
}
.BgClassName
{
background-color: #9EBA9F;
}
</style>
border-color css
<style>
span { border-color: #9EBA9F; }
span { border-color: rgb(158,186,159); }
td.TdClassName
{
border-color: #9EBA9F;
}
.TagClassName
{
border-color: #9EBA9F;
}
</style>