Shades of Shadow Green #9FBEBB
Tints of Shadow Green #9FBEBB
RGB
CMYK
RGB Variations
Color information
#9FBEBB (or 0x9FBEBB) is known color: Shadow Green. HEX triplet: 9F, BE and BB. RGB value is (159,190,187). Sum of RGB (Red+Green+Blue) = 159+190+187=536 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.66% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBEBB is #604144. Grayscale: #B4B4B4. Windows color (decimal): -6308165 or 12304031. OLE color: 12304031.
HSL color Cylindrical-coordinate representation of color #9FBEBB: hue angle of 174.19º 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 #9FBEBB is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
RGB | 159 | 190 | 187 | - |
CMYK | 0.16 | 0 | 0.02 | 0.25 |
HSL | 174.19º | 0.19% | 0.68% | - |
HSV(B) | 174.19º | 0.16% | 0.75% | - |
XYZ | 41.68 | 47.79 | 54.04 | - |
YUV | 180.39 | 131.73 | 112.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 190 | 187 | 0.16 | 0 | 0.02 | 0.25 | 174.19 | 0.19 | 0.68 |
Hex | 9F | BE | BB | 10 | 0 | 2 | 19 | AE | 13 | 44 |
Octal | 237 | 276 | 273 | 20 | 0 | 2 | 31 | 256 | 23 | 104 |
Binary | 10011111 | 10111110 | 10111011 | 10000 | 0 | 10 | 11001 | 10101110 | 10011 | 1000100 |
Color Harmonies of #9FBEBB
Complementary color
Monochromatic Colors of #9FBEBB
Black with #9FBEBB
Text Example
Text Example
White with #9FBEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBEBB; }
p { color: rgb(159,190,187); }
H1.HeaderClassName
{
color: #9FBEBB;
}
.AnyTagClassName
{
color: #9FBEBB;
}
</style>
background-color css
<style>
a { background-color: #9FBEBB; }
a { background-color: rgb(159,190,187); }
div.DivClassName
{
background-color: #9FBEBB;
}
.BgClassName
{
background-color: #9FBEBB;
}
</style>
border-color css
<style>
span { border-color: #9FBEBB; }
span { border-color: rgb(159,190,187); }
td.TdClassName
{
border-color: #9FBEBB;
}
.TagClassName
{
border-color: #9FBEBB;
}
</style>