Shades of Shadow Green #9BCDC0
Tints of Shadow Green #9BCDC0
RGB
CMYK
RGB Variations
Color information
#9BCDC0 (or 0x9BCDC0) is known color: Shadow Green. HEX triplet: 9B, CD and C0. RGB value is (155,205,192). Sum of RGB (Red+Green+Blue) = 155+205+192=552 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.08% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCDC0 is #64323F. Grayscale: #BCBCBC. Windows color (decimal): -6566464 or 12635547. OLE color: 12635547.
HSL color Cylindrical-coordinate representation of color #9BCDC0: hue angle of 164.4º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BCDC0 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 205 | 192 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.20 |
| HSL | 164.4º | 0.33% | 0.71% | - |
| HSV(B) | 164.4º | 0.24% | 0.8% | - |
| XYZ | 44.86 | 54.44 | 58.01 | - |
| YUV | 188.57 | 129.94 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 192 | 0.24 | 0 | 0.06 | 0.20 | 164.4 | 0.33 | 0.71 |
| Hex | 9B | CD | C0 | 18 | 0 | 6 | 14 | A4 | 21 | 47 |
| Octal | 233 | 315 | 300 | 30 | 0 | 6 | 24 | 244 | 41 | 107 |
| Binary | 10011011 | 11001101 | 11000000 | 11000 | 0 | 110 | 10100 | 10100100 | 100001 | 1000111 |
Color Harmonies of #9BCDC0
Complementary color
Monochromatic Colors of #9BCDC0
Black with #9BCDC0
Text Example
Text Example
White with #9BCDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCDC0; }
p { color: rgb(155,205,192); }
H1.HeaderClassName
{
color: #9BCDC0;
}
.AnyTagClassName
{
color: #9BCDC0;
}
</style>
background-color css
<style>
a { background-color: #9BCDC0; }
a { background-color: rgb(155,205,192); }
div.DivClassName
{
background-color: #9BCDC0;
}
.BgClassName
{
background-color: #9BCDC0;
}
</style>
border-color css
<style>
span { border-color: #9BCDC0; }
span { border-color: rgb(155,205,192); }
td.TdClassName
{
border-color: #9BCDC0;
}
.TagClassName
{
border-color: #9BCDC0;
}
</style>