Shades of Shadow Green #9BCFC0
Tints of Shadow Green #9BCFC0
RGB
CMYK
RGB Variations
Color information
#9BCFC0 (or 0x9BCFC0) is known color: Shadow Green. HEX triplet: 9B, CF and C0. RGB value is (155,207,192). Sum of RGB (Red+Green+Blue) = 155+207+192=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCFC0 is #64303F. Grayscale: #BDBDBD. Windows color (decimal): -6565952 or 12636059. OLE color: 12636059.
HSL color Cylindrical-coordinate representation of color #9BCFC0: hue angle of 162.69º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BCFC0 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 207 | 192 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.19 |
| HSL | 162.69º | 0.35% | 0.71% | - |
| HSV(B) | 162.69º | 0.25% | 0.81% | - |
| XYZ | 45.34 | 55.4 | 58.17 | - |
| YUV | 189.74 | 129.27 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 192 | 0.25 | 0 | 0.07 | 0.19 | 162.69 | 0.35 | 0.71 |
| Hex | 9B | CF | C0 | 19 | 0 | 7 | 13 | A3 | 23 | 47 |
| Octal | 233 | 317 | 300 | 31 | 0 | 7 | 23 | 243 | 43 | 107 |
| Binary | 10011011 | 11001111 | 11000000 | 11001 | 0 | 111 | 10011 | 10100011 | 100011 | 1000111 |
Color Harmonies of #9BCFC0
Complementary color
Monochromatic Colors of #9BCFC0
Black with #9BCFC0
Text Example
Text Example
White with #9BCFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCFC0; }
p { color: rgb(155,207,192); }
H1.HeaderClassName
{
color: #9BCFC0;
}
.AnyTagClassName
{
color: #9BCFC0;
}
</style>
background-color css
<style>
a { background-color: #9BCFC0; }
a { background-color: rgb(155,207,192); }
div.DivClassName
{
background-color: #9BCFC0;
}
.BgClassName
{
background-color: #9BCFC0;
}
</style>
border-color css
<style>
span { border-color: #9BCFC0; }
span { border-color: rgb(155,207,192); }
td.TdClassName
{
border-color: #9BCFC0;
}
.TagClassName
{
border-color: #9BCFC0;
}
</style>