Shades of Shadow Green #9DCBBD
Tints of Shadow Green #9DCBBD
RGB
CMYK
RGB Variations
Color information
#9DCBBD (or 0x9DCBBD) is known color: Shadow Green. HEX triplet: 9D, CB and BD. RGB value is (157,203,189). Sum of RGB (Red+Green+Blue) = 157+203+189=549 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.60% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCBBD is #623442. Grayscale: #BBBBBB. Windows color (decimal): -6435907 or 12438429. OLE color: 12438429.
HSL color Cylindrical-coordinate representation of color #9DCBBD: hue angle of 161.74º degrees, saturation: 0.31, 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 #9DCBBD is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 203 | 189 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.20 |
| HSL | 161.74º | 0.31% | 0.71% | - |
| HSV(B) | 161.74º | 0.23% | 0.8% | - |
| XYZ | 44.45 | 53.55 | 56.14 | - |
| YUV | 187.65 | 128.76 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 189 | 0.23 | 0 | 0.07 | 0.20 | 161.74 | 0.31 | 0.71 |
| Hex | 9D | CB | BD | 17 | 0 | 7 | 14 | A2 | 1F | 47 |
| Octal | 235 | 313 | 275 | 27 | 0 | 7 | 24 | 242 | 37 | 107 |
| Binary | 10011101 | 11001011 | 10111101 | 10111 | 0 | 111 | 10100 | 10100010 | 11111 | 1000111 |
Color Harmonies of #9DCBBD
Complementary color
Monochromatic Colors of #9DCBBD
Black with #9DCBBD
Text Example
Text Example
White with #9DCBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCBBD; }
p { color: rgb(157,203,189); }
H1.HeaderClassName
{
color: #9DCBBD;
}
.AnyTagClassName
{
color: #9DCBBD;
}
</style>
background-color css
<style>
a { background-color: #9DCBBD; }
a { background-color: rgb(157,203,189); }
div.DivClassName
{
background-color: #9DCBBD;
}
.BgClassName
{
background-color: #9DCBBD;
}
</style>
border-color css
<style>
span { border-color: #9DCBBD; }
span { border-color: rgb(157,203,189); }
td.TdClassName
{
border-color: #9DCBBD;
}
.TagClassName
{
border-color: #9DCBBD;
}
</style>