Shades of Shadow Green #9DC5BB
Tints of Shadow Green #9DC5BB
RGB
CMYK
RGB Variations
Color information
#9DC5BB (or 0x9DC5BB) is known color: Shadow Green. HEX triplet: 9D, C5 and BB. RGB value is (157,197,187). Sum of RGB (Red+Green+Blue) = 157+197+187=541 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.02% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC5BB is #623A44. Grayscale: #B7B7B7. Windows color (decimal): -6437445 or 12305821. OLE color: 12305821.
HSL color Cylindrical-coordinate representation of color #9DC5BB: hue angle of 165º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9DC5BB is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 197 | 187 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.23 |
| HSL | 165º | 0.26% | 0.69% | - |
| HSV(B) | 165º | 0.2% | 0.77% | - |
| XYZ | 42.84 | 50.69 | 54.54 | - |
| YUV | 183.9 | 129.75 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 197 | 187 | 0.20 | 0 | 0.05 | 0.23 | 165 | 0.26 | 0.69 |
| Hex | 9D | C5 | BB | 14 | 0 | 5 | 17 | A5 | 1A | 45 |
| Octal | 235 | 305 | 273 | 24 | 0 | 5 | 27 | 245 | 32 | 105 |
| Binary | 10011101 | 11000101 | 10111011 | 10100 | 0 | 101 | 10111 | 10100101 | 11010 | 1000101 |
Color Harmonies of #9DC5BB
Complementary color
Monochromatic Colors of #9DC5BB
Black with #9DC5BB
Text Example
Text Example
White with #9DC5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC5BB; }
p { color: rgb(157,197,187); }
H1.HeaderClassName
{
color: #9DC5BB;
}
.AnyTagClassName
{
color: #9DC5BB;
}
</style>
background-color css
<style>
a { background-color: #9DC5BB; }
a { background-color: rgb(157,197,187); }
div.DivClassName
{
background-color: #9DC5BB;
}
.BgClassName
{
background-color: #9DC5BB;
}
</style>
border-color css
<style>
span { border-color: #9DC5BB; }
span { border-color: rgb(157,197,187); }
td.TdClassName
{
border-color: #9DC5BB;
}
.TagClassName
{
border-color: #9DC5BB;
}
</style>