Shades of Shadow Green #9DC5BF
Tints of Shadow Green #9DC5BF
RGB
CMYK
RGB Variations
Color information
#9DC5BF (or 0x9DC5BF) is known color: Shadow Green. HEX triplet: 9D, C5 and BF. RGB value is (157,197,191). Sum of RGB (Red+Green+Blue) = 157+197+191=545 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.81% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 197 - color contains mainly: green. Hex color #9DC5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC5BF is #623A40. Grayscale: #B8B8B8. Windows color (decimal): -6437441 or 12567965. OLE color: 12567965.
HSL color Cylindrical-coordinate representation of color #9DC5BF: hue angle of 171º 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 #9DC5BF is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 197 | 191 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.23 |
| HSL | 171º | 0.26% | 0.69% | - |
| HSV(B) | 171º | 0.2% | 0.77% | - |
| XYZ | 43.27 | 50.86 | 56.83 | - |
| YUV | 184.36 | 131.75 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 197 | 191 | 0.20 | 0 | 0.03 | 0.23 | 171 | 0.26 | 0.69 |
| Hex | 9D | C5 | BF | 14 | 0 | 3 | 17 | AB | 1A | 45 |
| Octal | 235 | 305 | 277 | 24 | 0 | 3 | 27 | 253 | 32 | 105 |
| Binary | 10011101 | 11000101 | 10111111 | 10100 | 0 | 11 | 10111 | 10101011 | 11010 | 1000101 |
Color Harmonies of #9DC5BF
Complementary color
Monochromatic Colors of #9DC5BF
Black with #9DC5BF
Text Example
Text Example
White with #9DC5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC5BF; }
p { color: rgb(157,197,191); }
H1.HeaderClassName
{
color: #9DC5BF;
}
.AnyTagClassName
{
color: #9DC5BF;
}
</style>
background-color css
<style>
a { background-color: #9DC5BF; }
a { background-color: rgb(157,197,191); }
div.DivClassName
{
background-color: #9DC5BF;
}
.BgClassName
{
background-color: #9DC5BF;
}
</style>
border-color css
<style>
span { border-color: #9DC5BF; }
span { border-color: rgb(157,197,191); }
td.TdClassName
{
border-color: #9DC5BF;
}
.TagClassName
{
border-color: #9DC5BF;
}
</style>