Shades of Shadow Green #9DBCBB
Tints of Shadow Green #9DBCBB
RGB
CMYK
RGB Variations
Color information
#9DBCBB (or 0x9DBCBB) is known color: Shadow Green. HEX triplet: 9D, BC and BB. RGB value is (157,188,187). Sum of RGB (Red+Green+Blue) = 157+188+187=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 187 (73.44% from 255 or 35.15% from 532); Max value from RGB is 188 - color contains mainly: green. Hex color #9DBCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBCBB is #624344. Grayscale: #B2B2B2. Windows color (decimal): -6439749 or 12303517. OLE color: 12303517.
HSL color Cylindrical-coordinate representation of color #9DBCBB: hue angle of 178.06º 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 #9DBCBB is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 157 | 188 | 187 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.26 |
| HSL | 178.06º | 0.19% | 0.68% | - |
| HSV(B) | 178.06º | 0.16% | 0.74% | - |
| XYZ | 40.86 | 46.72 | 53.88 | - |
| YUV | 178.62 | 132.73 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 188 | 187 | 0.16 | 0 | 0.01 | 0.26 | 178.06 | 0.19 | 0.68 |
| Hex | 9D | BC | BB | 10 | 0 | 1 | 1A | B2 | 13 | 44 |
| Octal | 235 | 274 | 273 | 20 | 0 | 1 | 32 | 262 | 23 | 104 |
| Binary | 10011101 | 10111100 | 10111011 | 10000 | 0 | 1 | 11010 | 10110010 | 10011 | 1000100 |
Color Harmonies of #9DBCBB
Complementary color
Monochromatic Colors of #9DBCBB
Black with #9DBCBB
Text Example
Text Example
White with #9DBCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBCBB; }
p { color: rgb(157,188,187); }
H1.HeaderClassName
{
color: #9DBCBB;
}
.AnyTagClassName
{
color: #9DBCBB;
}
</style>
background-color css
<style>
a { background-color: #9DBCBB; }
a { background-color: rgb(157,188,187); }
div.DivClassName
{
background-color: #9DBCBB;
}
.BgClassName
{
background-color: #9DBCBB;
}
</style>
border-color css
<style>
span { border-color: #9DBCBB; }
span { border-color: rgb(157,188,187); }
td.TdClassName
{
border-color: #9DBCBB;
}
.TagClassName
{
border-color: #9DBCBB;
}
</style>