Shades of Shadow Green #9ECBBB
Tints of Shadow Green #9ECBBB
RGB
CMYK
RGB Variations
Color information
#9ECBBB (or 0x9ECBBB) is known color: Shadow Green. HEX triplet: 9E, CB and BB. RGB value is (158,203,187). Sum of RGB (Red+Green+Blue) = 158+203+187=548 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.83% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 203 - color contains mainly: green. Hex color #9ECBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECBBB is #613444. Grayscale: #BBBBBB. Windows color (decimal): -6370373 or 12307358. OLE color: 12307358.
HSL color Cylindrical-coordinate representation of color #9ECBBB: hue angle of 158.67º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9ECBBB is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 203 | 187 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.20 |
| HSL | 158.67º | 0.3% | 0.71% | - |
| HSV(B) | 158.67º | 0.22% | 0.8% | - |
| XYZ | 44.43 | 53.57 | 55.01 | - |
| YUV | 187.72 | 127.59 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 203 | 187 | 0.22 | 0 | 0.08 | 0.20 | 158.67 | 0.3 | 0.71 |
| Hex | 9E | CB | BB | 16 | 0 | 8 | 14 | 9F | 1E | 47 |
| Octal | 236 | 313 | 273 | 26 | 0 | 10 | 24 | 237 | 36 | 107 |
| Binary | 10011110 | 11001011 | 10111011 | 10110 | 0 | 1000 | 10100 | 10011111 | 11110 | 1000111 |
Color Harmonies of #9ECBBB
Complementary color
Monochromatic Colors of #9ECBBB
Black with #9ECBBB
Text Example
Text Example
White with #9ECBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECBBB; }
p { color: rgb(158,203,187); }
H1.HeaderClassName
{
color: #9ECBBB;
}
.AnyTagClassName
{
color: #9ECBBB;
}
</style>
background-color css
<style>
a { background-color: #9ECBBB; }
a { background-color: rgb(158,203,187); }
div.DivClassName
{
background-color: #9ECBBB;
}
.BgClassName
{
background-color: #9ECBBB;
}
</style>
border-color css
<style>
span { border-color: #9ECBBB; }
span { border-color: rgb(158,203,187); }
td.TdClassName
{
border-color: #9ECBBB;
}
.TagClassName
{
border-color: #9ECBBB;
}
</style>