Shades of Shadow Green #9FBEB7
Tints of Shadow Green #9FBEB7
RGB
CMYK
RGB Variations
Color information
#9FBEB7 (or 0x9FBEB7) is known color: Shadow Green. HEX triplet: 9F, BE and B7. RGB value is (159,190,183). Sum of RGB (Red+Green+Blue) = 159+190+183=532 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.89% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBEB7 is #604148. Grayscale: #B3B3B3. Windows color (decimal): -6308169 or 12041887. OLE color: 12041887.
HSL color Cylindrical-coordinate representation of color #9FBEB7: hue angle of 166.45º 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 #9FBEB7 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
RGB | 159 | 190 | 183 | - |
CMYK | 0.16 | 0 | 0.04 | 0.25 |
HSL | 166.45º | 0.19% | 0.68% | - |
HSV(B) | 166.45º | 0.16% | 0.75% | - |
XYZ | 41.26 | 47.62 | 51.82 | - |
YUV | 179.93 | 129.73 | 113.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 190 | 183 | 0.16 | 0 | 0.04 | 0.25 | 166.45 | 0.19 | 0.68 |
Hex | 9F | BE | B7 | 10 | 0 | 4 | 19 | A6 | 13 | 44 |
Octal | 237 | 276 | 267 | 20 | 0 | 4 | 31 | 246 | 23 | 104 |
Binary | 10011111 | 10111110 | 10110111 | 10000 | 0 | 100 | 11001 | 10100110 | 10011 | 1000100 |
Color Harmonies of #9FBEB7
Complementary color
Monochromatic Colors of #9FBEB7
Black with #9FBEB7
Text Example
Text Example
White with #9FBEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBEB7; }
p { color: rgb(159,190,183); }
H1.HeaderClassName
{
color: #9FBEB7;
}
.AnyTagClassName
{
color: #9FBEB7;
}
</style>
background-color css
<style>
a { background-color: #9FBEB7; }
a { background-color: rgb(159,190,183); }
div.DivClassName
{
background-color: #9FBEB7;
}
.BgClassName
{
background-color: #9FBEB7;
}
</style>
border-color css
<style>
span { border-color: #9FBEB7; }
span { border-color: rgb(159,190,183); }
td.TdClassName
{
border-color: #9FBEB7;
}
.TagClassName
{
border-color: #9FBEB7;
}
</style>