Shades of Shadow Green #9DCABC
Tints of Shadow Green #9DCABC
RGB
CMYK
RGB Variations
Color information
#9DCABC (or 0x9DCABC) is known color: Shadow Green. HEX triplet: 9D, CA and BC. RGB value is (157,202,188). Sum of RGB (Red+Green+Blue) = 157+202+188=547 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.70% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCABC is #623543. Grayscale: #BABABA. Windows color (decimal): -6436164 or 12372637. OLE color: 12372637.
HSL color Cylindrical-coordinate representation of color #9DCABC: hue angle of 161.33º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DCABC is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 202 | 188 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.21 |
| HSL | 161.33º | 0.3% | 0.7% | - |
| HSV(B) | 161.33º | 0.22% | 0.79% | - |
| XYZ | 44.1 | 53.04 | 55.49 | - |
| YUV | 186.95 | 128.59 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 202 | 188 | 0.22 | 0 | 0.07 | 0.21 | 161.33 | 0.3 | 0.7 |
| Hex | 9D | CA | BC | 16 | 0 | 7 | 15 | A1 | 1E | 46 |
| Octal | 235 | 312 | 274 | 26 | 0 | 7 | 25 | 241 | 36 | 106 |
| Binary | 10011101 | 11001010 | 10111100 | 10110 | 0 | 111 | 10101 | 10100001 | 11110 | 1000110 |
Color Harmonies of #9DCABC
Complementary color
Monochromatic Colors of #9DCABC
Black with #9DCABC
Text Example
Text Example
White with #9DCABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCABC; }
p { color: rgb(157,202,188); }
H1.HeaderClassName
{
color: #9DCABC;
}
.AnyTagClassName
{
color: #9DCABC;
}
</style>
background-color css
<style>
a { background-color: #9DCABC; }
a { background-color: rgb(157,202,188); }
div.DivClassName
{
background-color: #9DCABC;
}
.BgClassName
{
background-color: #9DCABC;
}
</style>
border-color css
<style>
span { border-color: #9DCABC; }
span { border-color: rgb(157,202,188); }
td.TdClassName
{
border-color: #9DCABC;
}
.TagClassName
{
border-color: #9DCABC;
}
</style>