Shades of Shadow Green #9EBFBA
Tints of Shadow Green #9EBFBA
RGB
CMYK
RGB Variations
Color information
#9EBFBA (or 0x9EBFBA) is known color: Shadow Green. HEX triplet: 9E, BF and BA. RGB value is (158,191,186). Sum of RGB (Red+Green+Blue) = 158+191+186=535 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.53% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBFBA is #614045. Grayscale: #B4B4B4. Windows color (decimal): -6373446 or 12238750. OLE color: 12238750.
HSL color Cylindrical-coordinate representation of color #9EBFBA: hue angle of 170.91º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9EBFBA is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 191 | 186 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.25 |
| HSL | 170.91º | 0.2% | 0.68% | - |
| HSV(B) | 170.91º | 0.17% | 0.75% | - |
| XYZ | 41.59 | 48.08 | 53.54 | - |
| YUV | 180.56 | 131.07 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 191 | 186 | 0.17 | 0 | 0.03 | 0.25 | 170.91 | 0.2 | 0.68 |
| Hex | 9E | BF | BA | 11 | 0 | 3 | 19 | AB | 14 | 44 |
| Octal | 236 | 277 | 272 | 21 | 0 | 3 | 31 | 253 | 24 | 104 |
| Binary | 10011110 | 10111111 | 10111010 | 10001 | 0 | 11 | 11001 | 10101011 | 10100 | 1000100 |
Color Harmonies of #9EBFBA
Complementary color
Monochromatic Colors of #9EBFBA
Black with #9EBFBA
Text Example
Text Example
White with #9EBFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBFBA; }
p { color: rgb(158,191,186); }
H1.HeaderClassName
{
color: #9EBFBA;
}
.AnyTagClassName
{
color: #9EBFBA;
}
</style>
background-color css
<style>
a { background-color: #9EBFBA; }
a { background-color: rgb(158,191,186); }
div.DivClassName
{
background-color: #9EBFBA;
}
.BgClassName
{
background-color: #9EBFBA;
}
</style>
border-color css
<style>
span { border-color: #9EBFBA; }
span { border-color: rgb(158,191,186); }
td.TdClassName
{
border-color: #9EBFBA;
}
.TagClassName
{
border-color: #9EBFBA;
}
</style>