Shades of Shadow Green #9EBEBC
Tints of Shadow Green #9EBEBC
RGB
CMYK
RGB Variations
Color information
#9EBEBC (or 0x9EBEBC) is known color: Shadow Green. HEX triplet: 9E, BE and BC. RGB value is (158,190,188). Sum of RGB (Red+Green+Blue) = 158+190+188=536 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.48% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 190 - color contains mainly: green. Hex color #9EBEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBEBC is #614143. Grayscale: #B4B4B4. Windows color (decimal): -6373700 or 12369566. OLE color: 12369566.
HSL color Cylindrical-coordinate representation of color #9EBEBC: hue angle of 176.25º 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 #9EBEBC is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 190 | 188 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.25 |
| HSL | 176.25º | 0.2% | 0.68% | - |
| HSV(B) | 176.25º | 0.17% | 0.75% | - |
| XYZ | 41.59 | 47.73 | 54.6 | - |
| YUV | 180.2 | 132.4 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 190 | 188 | 0.17 | 0 | 0.01 | 0.25 | 176.25 | 0.2 | 0.68 |
| Hex | 9E | BE | BC | 11 | 0 | 1 | 19 | B0 | 14 | 44 |
| Octal | 236 | 276 | 274 | 21 | 0 | 1 | 31 | 260 | 24 | 104 |
| Binary | 10011110 | 10111110 | 10111100 | 10001 | 0 | 1 | 11001 | 10110000 | 10100 | 1000100 |
Color Harmonies of #9EBEBC
Complementary color
Monochromatic Colors of #9EBEBC
Black with #9EBEBC
Text Example
Text Example
White with #9EBEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBEBC; }
p { color: rgb(158,190,188); }
H1.HeaderClassName
{
color: #9EBEBC;
}
.AnyTagClassName
{
color: #9EBEBC;
}
</style>
background-color css
<style>
a { background-color: #9EBEBC; }
a { background-color: rgb(158,190,188); }
div.DivClassName
{
background-color: #9EBEBC;
}
.BgClassName
{
background-color: #9EBEBC;
}
</style>
border-color css
<style>
span { border-color: #9EBEBC; }
span { border-color: rgb(158,190,188); }
td.TdClassName
{
border-color: #9EBEBC;
}
.TagClassName
{
border-color: #9EBEBC;
}
</style>