Shades of Spring Rain #9FBEA0
Tints of Spring Rain #9FBEA0
RGB
CMYK
RGB Variations
Color information
#9FBEA0 (or 0x9FBEA0) is known color: Spring Rain. HEX triplet: 9F, BE and A0. RGB value is (159,190,160). Sum of RGB (Red+Green+Blue) = 159+190+160=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBEA0 is #60415F. Grayscale: #B1B1B1. Windows color (decimal): -6308192 or 10534559. OLE color: 10534559.
HSL color Cylindrical-coordinate representation of color #9FBEA0: hue angle of 121.94º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FBEA0 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
RGB | 159 | 190 | 160 | - |
CMYK | 0.16 | 0 | 0.16 | 0.25 |
HSL | 121.94º | 0.19% | 0.68% | - |
HSV(B) | 121.94º | 0.16% | 0.75% | - |
XYZ | 39.06 | 46.74 | 40.22 | - |
YUV | 177.31 | 118.23 | 114.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 190 | 160 | 0.16 | 0 | 0.16 | 0.25 | 121.94 | 0.19 | 0.68 |
Hex | 9F | BE | A0 | 10 | 0 | 10 | 19 | 7A | 13 | 44 |
Octal | 237 | 276 | 240 | 20 | 0 | 20 | 31 | 172 | 23 | 104 |
Binary | 10011111 | 10111110 | 10100000 | 10000 | 0 | 10000 | 11001 | 1111010 | 10011 | 1000100 |
Color Harmonies of #9FBEA0
Complementary color
Monochromatic Colors of #9FBEA0
Black with #9FBEA0
Text Example
Text Example
White with #9FBEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBEA0; }
p { color: rgb(159,190,160); }
H1.HeaderClassName
{
color: #9FBEA0;
}
.AnyTagClassName
{
color: #9FBEA0;
}
</style>
background-color css
<style>
a { background-color: #9FBEA0; }
a { background-color: rgb(159,190,160); }
div.DivClassName
{
background-color: #9FBEA0;
}
.BgClassName
{
background-color: #9FBEA0;
}
</style>
border-color css
<style>
span { border-color: #9FBEA0; }
span { border-color: rgb(159,190,160); }
td.TdClassName
{
border-color: #9FBEA0;
}
.TagClassName
{
border-color: #9FBEA0;
}
</style>