Shades of Shadow Green #9DCABB
Tints of Shadow Green #9DCABB
RGB
CMYK
RGB Variations
Color information
#9DCABB (or 0x9DCABB) is known color: Shadow Green. HEX triplet: 9D, CA and BB. RGB value is (157,202,187). Sum of RGB (Red+Green+Blue) = 157+202+187=546 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.75% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCABB is #623544. Grayscale: #BABABA. Windows color (decimal): -6436165 or 12307101. OLE color: 12307101.
HSL color Cylindrical-coordinate representation of color #9DCABB: hue angle of 160º 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 #9DCABB is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 202 | 187 | - |
| CMYK | 0.22 | 0 | 0.07 | 0.21 |
| HSL | 160º | 0.3% | 0.7% | - |
| HSV(B) | 160º | 0.22% | 0.79% | - |
| XYZ | 43.99 | 53 | 54.92 | - |
| YUV | 186.84 | 128.09 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 202 | 187 | 0.22 | 0 | 0.07 | 0.21 | 160 | 0.3 | 0.7 |
| Hex | 9D | CA | BB | 16 | 0 | 7 | 15 | A0 | 1E | 46 |
| Octal | 235 | 312 | 273 | 26 | 0 | 7 | 25 | 240 | 36 | 106 |
| Binary | 10011101 | 11001010 | 10111011 | 10110 | 0 | 111 | 10101 | 10100000 | 11110 | 1000110 |
Color Harmonies of #9DCABB
Complementary color
Monochromatic Colors of #9DCABB
Black with #9DCABB
Text Example
Text Example
White with #9DCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCABB; }
p { color: rgb(157,202,187); }
H1.HeaderClassName
{
color: #9DCABB;
}
.AnyTagClassName
{
color: #9DCABB;
}
</style>
background-color css
<style>
a { background-color: #9DCABB; }
a { background-color: rgb(157,202,187); }
div.DivClassName
{
background-color: #9DCABB;
}
.BgClassName
{
background-color: #9DCABB;
}
</style>
border-color css
<style>
span { border-color: #9DCABB; }
span { border-color: rgb(157,202,187); }
td.TdClassName
{
border-color: #9DCABB;
}
.TagClassName
{
border-color: #9DCABB;
}
</style>