Shades of Shadow Green #9EBFBB
Tints of Shadow Green #9EBFBB
RGB
CMYK
RGB Variations
Color information
#9EBFBB (or 0x9EBFBB) is known color: Shadow Green. HEX triplet: 9E, BF and BB. RGB value is (158,191,187). Sum of RGB (Red+Green+Blue) = 158+191+187=536 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.48% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 187 (73.44% from 255 or 34.89% from 536); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EBFBB is #614044. Grayscale: #B4B4B4. Windows color (decimal): -6373445 or 12304286. OLE color: 12304286.
HSL color Cylindrical-coordinate representation of color #9EBFBB: hue angle of 172.73º 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 #9EBFBB is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 191 | 187 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.25 |
| HSL | 172.73º | 0.2% | 0.68% | - |
| HSV(B) | 172.73º | 0.17% | 0.75% | - |
| XYZ | 41.7 | 48.12 | 54.1 | - |
| YUV | 180.68 | 131.57 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 191 | 187 | 0.17 | 0 | 0.02 | 0.25 | 172.73 | 0.2 | 0.68 |
| Hex | 9E | BF | BB | 11 | 0 | 2 | 19 | AD | 14 | 44 |
| Octal | 236 | 277 | 273 | 21 | 0 | 2 | 31 | 255 | 24 | 104 |
| Binary | 10011110 | 10111111 | 10111011 | 10001 | 0 | 10 | 11001 | 10101101 | 10100 | 1000100 |
Color Harmonies of #9EBFBB
Complementary color
Monochromatic Colors of #9EBFBB
Black with #9EBFBB
Text Example
Text Example
White with #9EBFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBFBB; }
p { color: rgb(158,191,187); }
H1.HeaderClassName
{
color: #9EBFBB;
}
.AnyTagClassName
{
color: #9EBFBB;
}
</style>
background-color css
<style>
a { background-color: #9EBFBB; }
a { background-color: rgb(158,191,187); }
div.DivClassName
{
background-color: #9EBFBB;
}
.BgClassName
{
background-color: #9EBFBB;
}
</style>
border-color css
<style>
span { border-color: #9EBFBB; }
span { border-color: rgb(158,191,187); }
td.TdClassName
{
border-color: #9EBFBB;
}
.TagClassName
{
border-color: #9EBFBB;
}
</style>