Shades of Shadow Green #9EBDBB
Tints of Shadow Green #9EBDBB
RGB
CMYK
RGB Variations
Color information
#9EBDBB (or 0x9EBDBB) is known color: Shadow Green. HEX triplet: 9E, BD and BB. RGB value is (158,189,187). Sum of RGB (Red+Green+Blue) = 158+189+187=534 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.59% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBDBB is #614244. Grayscale: #B3B3B3. Windows color (decimal): -6373957 or 12303774. OLE color: 12303774.
HSL color Cylindrical-coordinate representation of color #9EBDBB: hue angle of 176.13º 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 #9EBDBB is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 189 | 187 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.26 |
| HSL | 176.13º | 0.19% | 0.68% | - |
| HSV(B) | 176.13º | 0.16% | 0.74% | - |
| XYZ | 41.27 | 47.25 | 53.96 | - |
| YUV | 179.5 | 132.23 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 189 | 187 | 0.16 | 0 | 0.01 | 0.26 | 176.13 | 0.19 | 0.68 |
| Hex | 9E | BD | BB | 10 | 0 | 1 | 1A | B0 | 13 | 44 |
| Octal | 236 | 275 | 273 | 20 | 0 | 1 | 32 | 260 | 23 | 104 |
| Binary | 10011110 | 10111101 | 10111011 | 10000 | 0 | 1 | 11010 | 10110000 | 10011 | 1000100 |
Color Harmonies of #9EBDBB
Complementary color
Monochromatic Colors of #9EBDBB
Black with #9EBDBB
Text Example
Text Example
White with #9EBDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBDBB; }
p { color: rgb(158,189,187); }
H1.HeaderClassName
{
color: #9EBDBB;
}
.AnyTagClassName
{
color: #9EBDBB;
}
</style>
background-color css
<style>
a { background-color: #9EBDBB; }
a { background-color: rgb(158,189,187); }
div.DivClassName
{
background-color: #9EBDBB;
}
.BgClassName
{
background-color: #9EBDBB;
}
</style>
border-color css
<style>
span { border-color: #9EBDBB; }
span { border-color: rgb(158,189,187); }
td.TdClassName
{
border-color: #9EBDBB;
}
.TagClassName
{
border-color: #9EBDBB;
}
</style>