Shades of Shadow Green #9DCDBB
Tints of Shadow Green #9DCDBB
RGB
CMYK
RGB Variations
Color information
#9DCDBB (or 0x9DCDBB) is known color: Shadow Green. HEX triplet: 9D, CD and BB. RGB value is (157,205,187). Sum of RGB (Red+Green+Blue) = 157+205+187=549 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.60% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCDBB is #623244. Grayscale: #BCBCBC. Windows color (decimal): -6435397 or 12307869. OLE color: 12307869.
HSL color Cylindrical-coordinate representation of color #9DCDBB: hue angle of 157.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCDBB is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 187 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.20 |
| HSL | 157.5º | 0.32% | 0.71% | - |
| HSV(B) | 157.5º | 0.23% | 0.8% | - |
| XYZ | 44.71 | 54.42 | 55.16 | - |
| YUV | 188.6 | 127.1 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 187 | 0.23 | 0 | 0.09 | 0.20 | 157.5 | 0.32 | 0.71 |
| Hex | 9D | CD | BB | 17 | 0 | 9 | 14 | 9E | 20 | 47 |
| Octal | 235 | 315 | 273 | 27 | 0 | 11 | 24 | 236 | 40 | 107 |
| Binary | 10011101 | 11001101 | 10111011 | 10111 | 0 | 1001 | 10100 | 10011110 | 100000 | 1000111 |
Color Harmonies of #9DCDBB
Complementary color
Monochromatic Colors of #9DCDBB
Black with #9DCDBB
Text Example
Text Example
White with #9DCDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCDBB; }
p { color: rgb(157,205,187); }
H1.HeaderClassName
{
color: #9DCDBB;
}
.AnyTagClassName
{
color: #9DCDBB;
}
</style>
background-color css
<style>
a { background-color: #9DCDBB; }
a { background-color: rgb(157,205,187); }
div.DivClassName
{
background-color: #9DCDBB;
}
.BgClassName
{
background-color: #9DCDBB;
}
</style>
border-color css
<style>
span { border-color: #9DCDBB; }
span { border-color: rgb(157,205,187); }
td.TdClassName
{
border-color: #9DCDBB;
}
.TagClassName
{
border-color: #9DCDBB;
}
</style>