Shades of Shadow Green #9CC5BA
Tints of Shadow Green #9CC5BA
RGB
CMYK
RGB Variations
Color information
#9CC5BA (or 0x9CC5BA) is known color: Shadow Green. HEX triplet: 9C, C5 and BA. RGB value is (156,197,186). Sum of RGB (Red+Green+Blue) = 156+197+186=539 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.94% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 197 - color contains mainly: green. Hex color #9CC5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC5BA is #633A45. Grayscale: #B7B7B7. Windows color (decimal): -6502982 or 12240284. OLE color: 12240284.
HSL color Cylindrical-coordinate representation of color #9CC5BA: hue angle of 163.9º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9CC5BA is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 197 | 186 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.23 |
| HSL | 163.9º | 0.26% | 0.69% | - |
| HSV(B) | 163.9º | 0.21% | 0.77% | - |
| XYZ | 42.54 | 50.55 | 53.97 | - |
| YUV | 183.49 | 129.42 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 197 | 186 | 0.21 | 0 | 0.06 | 0.23 | 163.9 | 0.26 | 0.69 |
| Hex | 9C | C5 | BA | 15 | 0 | 6 | 17 | A4 | 1A | 45 |
| Octal | 234 | 305 | 272 | 25 | 0 | 6 | 27 | 244 | 32 | 105 |
| Binary | 10011100 | 11000101 | 10111010 | 10101 | 0 | 110 | 10111 | 10100100 | 11010 | 1000101 |
Color Harmonies of #9CC5BA
Complementary color
Monochromatic Colors of #9CC5BA
Black with #9CC5BA
Text Example
Text Example
White with #9CC5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC5BA; }
p { color: rgb(156,197,186); }
H1.HeaderClassName
{
color: #9CC5BA;
}
.AnyTagClassName
{
color: #9CC5BA;
}
</style>
background-color css
<style>
a { background-color: #9CC5BA; }
a { background-color: rgb(156,197,186); }
div.DivClassName
{
background-color: #9CC5BA;
}
.BgClassName
{
background-color: #9CC5BA;
}
</style>
border-color css
<style>
span { border-color: #9CC5BA; }
span { border-color: rgb(156,197,186); }
td.TdClassName
{
border-color: #9CC5BA;
}
.TagClassName
{
border-color: #9CC5BA;
}
</style>