Shades of Shadow Green #9DCDBC
Tints of Shadow Green #9DCDBC
RGB
CMYK
RGB Variations
Color information
#9DCDBC (or 0x9DCDBC) is known color: Shadow Green. HEX triplet: 9D, CD and BC. RGB value is (157,205,188). Sum of RGB (Red+Green+Blue) = 157+205+188=550 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.55% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCDBC is #623243. Grayscale: #BCBCBC. Windows color (decimal): -6435396 or 12373405. OLE color: 12373405.
HSL color Cylindrical-coordinate representation of color #9DCDBC: hue angle of 158.75º 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 #9DCDBC is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 188 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.20 |
| HSL | 158.75º | 0.32% | 0.71% | - |
| HSV(B) | 158.75º | 0.23% | 0.8% | - |
| XYZ | 44.81 | 54.46 | 55.73 | - |
| YUV | 188.71 | 127.6 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 188 | 0.23 | 0 | 0.08 | 0.20 | 158.75 | 0.32 | 0.71 |
| Hex | 9D | CD | BC | 17 | 0 | 8 | 14 | 9F | 20 | 47 |
| Octal | 235 | 315 | 274 | 27 | 0 | 10 | 24 | 237 | 40 | 107 |
| Binary | 10011101 | 11001101 | 10111100 | 10111 | 0 | 1000 | 10100 | 10011111 | 100000 | 1000111 |
Color Harmonies of #9DCDBC
Complementary color
Monochromatic Colors of #9DCDBC
Black with #9DCDBC
Text Example
Text Example
White with #9DCDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCDBC; }
p { color: rgb(157,205,188); }
H1.HeaderClassName
{
color: #9DCDBC;
}
.AnyTagClassName
{
color: #9DCDBC;
}
</style>
background-color css
<style>
a { background-color: #9DCDBC; }
a { background-color: rgb(157,205,188); }
div.DivClassName
{
background-color: #9DCDBC;
}
.BgClassName
{
background-color: #9DCDBC;
}
</style>
border-color css
<style>
span { border-color: #9DCDBC; }
span { border-color: rgb(157,205,188); }
td.TdClassName
{
border-color: #9DCDBC;
}
.TagClassName
{
border-color: #9DCDBC;
}
</style>