Shades of Shadow Green #9FBDBB
Tints of Shadow Green #9FBDBB
RGB
CMYK
RGB Variations
Color information
#9FBDBB (or 0x9FBDBB) is known color: Shadow Green. HEX triplet: 9F, BD and BB. RGB value is (159,189,187). Sum of RGB (Red+Green+Blue) = 159+189+187=535 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.72% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBDBB is #604244. Grayscale: #B3B3B3. Windows color (decimal): -6308421 or 12303775. OLE color: 12303775.
HSL color Cylindrical-coordinate representation of color #9FBDBB: hue angle of 176º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9FBDBB is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 189 | 187 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.26 |
| HSL | 176º | 0.19% | 0.68% | - |
| HSV(B) | 176º | 0.16% | 0.74% | - |
| XYZ | 41.47 | 47.35 | 53.97 | - |
| YUV | 179.8 | 132.06 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 189 | 187 | 0.16 | 0 | 0.01 | 0.26 | 176 | 0.19 | 0.68 |
| Hex | 9F | BD | BB | 10 | 0 | 1 | 1A | B0 | 13 | 44 |
| Octal | 237 | 275 | 273 | 20 | 0 | 1 | 32 | 260 | 23 | 104 |
| Binary | 10011111 | 10111101 | 10111011 | 10000 | 0 | 1 | 11010 | 10110000 | 10011 | 1000100 |
Color Harmonies of #9FBDBB
Complementary color
Monochromatic Colors of #9FBDBB
Black with #9FBDBB
Text Example
Text Example
White with #9FBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBDBB; }
p { color: rgb(159,189,187); }
H1.HeaderClassName
{
color: #9FBDBB;
}
.AnyTagClassName
{
color: #9FBDBB;
}
</style>
background-color css
<style>
a { background-color: #9FBDBB; }
a { background-color: rgb(159,189,187); }
div.DivClassName
{
background-color: #9FBDBB;
}
.BgClassName
{
background-color: #9FBDBB;
}
</style>
border-color css
<style>
span { border-color: #9FBDBB; }
span { border-color: rgb(159,189,187); }
td.TdClassName
{
border-color: #9FBDBB;
}
.TagClassName
{
border-color: #9FBDBB;
}
</style>