Shades of Shadow Green #9DC2BF
Tints of Shadow Green #9DC2BF
RGB
CMYK
RGB Variations
Color information
#9DC2BF (or 0x9DC2BF) is known color: Shadow Green. HEX triplet: 9D, C2 and BF. RGB value is (157,194,191). Sum of RGB (Red+Green+Blue) = 157+194+191=542 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.97% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 194 - color contains mainly: green. Hex color #9DC2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC2BF is #623D40. Grayscale: #B6B6B6. Windows color (decimal): -6438209 or 12567197. OLE color: 12567197.
HSL color Cylindrical-coordinate representation of color #9DC2BF: hue angle of 175.14º degrees, saturation: 0.23, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9DC2BF is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 194 | 191 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.24 |
| HSL | 175.14º | 0.23% | 0.69% | - |
| HSV(B) | 175.14º | 0.19% | 0.76% | - |
| XYZ | 42.6 | 49.51 | 56.6 | - |
| YUV | 182.6 | 132.74 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 194 | 191 | 0.19 | 0 | 0.02 | 0.24 | 175.14 | 0.23 | 0.69 |
| Hex | 9D | C2 | BF | 13 | 0 | 2 | 18 | AF | 17 | 45 |
| Octal | 235 | 302 | 277 | 23 | 0 | 2 | 30 | 257 | 27 | 105 |
| Binary | 10011101 | 11000010 | 10111111 | 10011 | 0 | 10 | 11000 | 10101111 | 10111 | 1000101 |
Color Harmonies of #9DC2BF
Complementary color
Monochromatic Colors of #9DC2BF
Black with #9DC2BF
Text Example
Text Example
White with #9DC2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC2BF; }
p { color: rgb(157,194,191); }
H1.HeaderClassName
{
color: #9DC2BF;
}
.AnyTagClassName
{
color: #9DC2BF;
}
</style>
background-color css
<style>
a { background-color: #9DC2BF; }
a { background-color: rgb(157,194,191); }
div.DivClassName
{
background-color: #9DC2BF;
}
.BgClassName
{
background-color: #9DC2BF;
}
</style>
border-color css
<style>
span { border-color: #9DC2BF; }
span { border-color: rgb(157,194,191); }
td.TdClassName
{
border-color: #9DC2BF;
}
.TagClassName
{
border-color: #9DC2BF;
}
</style>