Shades of Shadow Green #9EC9BA
Tints of Shadow Green #9EC9BA
RGB
CMYK
RGB Variations
Color information
#9EC9BA (or 0x9EC9BA) is known color: Shadow Green. HEX triplet: 9E, C9 and BA. RGB value is (158,201,186). Sum of RGB (Red+Green+Blue) = 158+201+186=545 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.99% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC9BA is #613645. Grayscale: #BABABA. Windows color (decimal): -6370886 or 12241310. OLE color: 12241310.
HSL color Cylindrical-coordinate representation of color #9EC9BA: hue angle of 159.07º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9EC9BA is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 201 | 186 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.21 |
| HSL | 159.07º | 0.28% | 0.7% | - |
| HSV(B) | 159.07º | 0.21% | 0.79% | - |
| XYZ | 43.85 | 52.59 | 54.29 | - |
| YUV | 186.43 | 127.75 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 201 | 186 | 0.21 | 0 | 0.07 | 0.21 | 159.07 | 0.28 | 0.7 |
| Hex | 9E | C9 | BA | 15 | 0 | 7 | 15 | 9F | 1C | 46 |
| Octal | 236 | 311 | 272 | 25 | 0 | 7 | 25 | 237 | 34 | 106 |
| Binary | 10011110 | 11001001 | 10111010 | 10101 | 0 | 111 | 10101 | 10011111 | 11100 | 1000110 |
Color Harmonies of #9EC9BA
Complementary color
Monochromatic Colors of #9EC9BA
Black with #9EC9BA
Text Example
Text Example
White with #9EC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC9BA; }
p { color: rgb(158,201,186); }
H1.HeaderClassName
{
color: #9EC9BA;
}
.AnyTagClassName
{
color: #9EC9BA;
}
</style>
background-color css
<style>
a { background-color: #9EC9BA; }
a { background-color: rgb(158,201,186); }
div.DivClassName
{
background-color: #9EC9BA;
}
.BgClassName
{
background-color: #9EC9BA;
}
</style>
border-color css
<style>
span { border-color: #9EC9BA; }
span { border-color: rgb(158,201,186); }
td.TdClassName
{
border-color: #9EC9BA;
}
.TagClassName
{
border-color: #9EC9BA;
}
</style>