Shades of Shadow Green #9FBCBA
Tints of Shadow Green #9FBCBA
RGB
CMYK
RGB Variations
Color information
#9FBCBA (or 0x9FBCBA) is known color: Shadow Green. HEX triplet: 9F, BC and BA. RGB value is (159,188,186). Sum of RGB (Red+Green+Blue) = 159+188+186=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FBCBA is #604345. Grayscale: #B3B3B3. Windows color (decimal): -6308678 or 12237983. OLE color: 12237983.
HSL color Cylindrical-coordinate representation of color #9FBCBA: hue angle of 175.86º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9FBCBA is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 188 | 186 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.26 |
| HSL | 175.86º | 0.18% | 0.68% | - |
| HSV(B) | 175.86º | 0.15% | 0.74% | - |
| XYZ | 41.14 | 46.88 | 53.34 | - |
| YUV | 179.1 | 131.89 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 188 | 186 | 0.15 | 0 | 0.01 | 0.26 | 175.86 | 0.18 | 0.68 |
| Hex | 9F | BC | BA | F | 0 | 1 | 1A | B0 | 12 | 44 |
| Octal | 237 | 274 | 272 | 17 | 0 | 1 | 32 | 260 | 22 | 104 |
| Binary | 10011111 | 10111100 | 10111010 | 1111 | 0 | 1 | 11010 | 10110000 | 10010 | 1000100 |
Color Harmonies of #9FBCBA
Complementary color
Monochromatic Colors of #9FBCBA
Black with #9FBCBA
Text Example
Text Example
White with #9FBCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FBCBA; }
p { color: rgb(159,188,186); }
H1.HeaderClassName
{
color: #9FBCBA;
}
.AnyTagClassName
{
color: #9FBCBA;
}
</style>
background-color css
<style>
a { background-color: #9FBCBA; }
a { background-color: rgb(159,188,186); }
div.DivClassName
{
background-color: #9FBCBA;
}
.BgClassName
{
background-color: #9FBCBA;
}
</style>
border-color css
<style>
span { border-color: #9FBCBA; }
span { border-color: rgb(159,188,186); }
td.TdClassName
{
border-color: #9FBCBA;
}
.TagClassName
{
border-color: #9FBCBA;
}
</style>