Shades of Shadow Green #9DC1BE
Tints of Shadow Green #9DC1BE
RGB
CMYK
RGB Variations
Color information
#9DC1BE (or 0x9DC1BE) is known color: Shadow Green. HEX triplet: 9D, C1 and BE. RGB value is (157,193,190). Sum of RGB (Red+Green+Blue) = 157+193+190=540 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.07% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC1BE is #623E41. Grayscale: #B5B5B5. Windows color (decimal): -6438466 or 12501405. OLE color: 12501405.
HSL color Cylindrical-coordinate representation of color #9DC1BE: hue angle of 175º degrees, saturation: 0.22, 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 #9DC1BE is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 193 | 190 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.24 |
| HSL | 175º | 0.23% | 0.69% | - |
| HSV(B) | 175º | 0.19% | 0.76% | - |
| XYZ | 42.27 | 49.03 | 55.95 | - |
| YUV | 181.89 | 132.57 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 193 | 190 | 0.19 | 0 | 0.02 | 0.24 | 175 | 0.23 | 0.69 |
| Hex | 9D | C1 | BE | 13 | 0 | 2 | 18 | AF | 16 | 45 |
| Octal | 235 | 301 | 276 | 23 | 0 | 2 | 30 | 257 | 26 | 105 |
| Binary | 10011101 | 11000001 | 10111110 | 10011 | 0 | 10 | 11000 | 10101111 | 10110 | 1000101 |
Color Harmonies of #9DC1BE
Complementary color
Monochromatic Colors of #9DC1BE
Black with #9DC1BE
Text Example
Text Example
White with #9DC1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC1BE; }
p { color: rgb(157,193,190); }
H1.HeaderClassName
{
color: #9DC1BE;
}
.AnyTagClassName
{
color: #9DC1BE;
}
</style>
background-color css
<style>
a { background-color: #9DC1BE; }
a { background-color: rgb(157,193,190); }
div.DivClassName
{
background-color: #9DC1BE;
}
.BgClassName
{
background-color: #9DC1BE;
}
</style>
border-color css
<style>
span { border-color: #9DC1BE; }
span { border-color: rgb(157,193,190); }
td.TdClassName
{
border-color: #9DC1BE;
}
.TagClassName
{
border-color: #9DC1BE;
}
</style>