Shades of Shadow Green #9BCAC0
Tints of Shadow Green #9BCAC0
RGB
CMYK
RGB Variations
Color information
#9BCAC0 (or 0x9BCAC0) is known color: Shadow Green. HEX triplet: 9B, CA and C0. RGB value is (155,202,192). Sum of RGB (Red+Green+Blue) = 155+202+192=549 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.23% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 192 (75.39% from 255 or 34.97% from 549); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCAC0 is #64353F. Grayscale: #BABABA. Windows color (decimal): -6567232 or 12634779. OLE color: 12634779.
HSL color Cylindrical-coordinate representation of color #9BCAC0: hue angle of 167.23º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BCAC0 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 202 | 192 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.21 |
| HSL | 167.23º | 0.31% | 0.7% | - |
| HSV(B) | 167.23º | 0.23% | 0.79% | - |
| XYZ | 44.15 | 53.02 | 57.78 | - |
| YUV | 186.81 | 130.93 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 202 | 192 | 0.23 | 0 | 0.05 | 0.21 | 167.23 | 0.31 | 0.7 |
| Hex | 9B | CA | C0 | 17 | 0 | 5 | 15 | A7 | 1F | 46 |
| Octal | 233 | 312 | 300 | 27 | 0 | 5 | 25 | 247 | 37 | 106 |
| Binary | 10011011 | 11001010 | 11000000 | 10111 | 0 | 101 | 10101 | 10100111 | 11111 | 1000110 |
Color Harmonies of #9BCAC0
Complementary color
Monochromatic Colors of #9BCAC0
Black with #9BCAC0
Text Example
Text Example
White with #9BCAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCAC0; }
p { color: rgb(155,202,192); }
H1.HeaderClassName
{
color: #9BCAC0;
}
.AnyTagClassName
{
color: #9BCAC0;
}
</style>
background-color css
<style>
a { background-color: #9BCAC0; }
a { background-color: rgb(155,202,192); }
div.DivClassName
{
background-color: #9BCAC0;
}
.BgClassName
{
background-color: #9BCAC0;
}
</style>
border-color css
<style>
span { border-color: #9BCAC0; }
span { border-color: rgb(155,202,192); }
td.TdClassName
{
border-color: #9BCAC0;
}
.TagClassName
{
border-color: #9BCAC0;
}
</style>