Shades of Shadow Green #9CC1BE
Tints of Shadow Green #9CC1BE
RGB
CMYK
RGB Variations
Color information
#9CC1BE (or 0x9CC1BE) is known color: Shadow Green. HEX triplet: 9C, C1 and BE. RGB value is (156,193,190). Sum of RGB (Red+Green+Blue) = 156+193+190=539 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.94% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 193 - color contains mainly: green. Hex color #9CC1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CC1BE is #633E41. Grayscale: #B5B5B5. Windows color (decimal): -6504002 or 12501404. OLE color: 12501404.
HSL color Cylindrical-coordinate representation of color #9CC1BE: hue angle of 175.14º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9CC1BE is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 193 | 190 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.24 |
| HSL | 175.14º | 0.23% | 0.68% | - |
| HSV(B) | 175.14º | 0.19% | 0.76% | - |
| XYZ | 42.07 | 48.93 | 55.94 | - |
| YUV | 181.6 | 132.74 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 193 | 190 | 0.19 | 0 | 0.02 | 0.24 | 175.14 | 0.23 | 0.68 |
| Hex | 9C | C1 | BE | 13 | 0 | 2 | 18 | AF | 17 | 44 |
| Octal | 234 | 301 | 276 | 23 | 0 | 2 | 30 | 257 | 27 | 104 |
| Binary | 10011100 | 11000001 | 10111110 | 10011 | 0 | 10 | 11000 | 10101111 | 10111 | 1000100 |
Color Harmonies of #9CC1BE
Complementary color
Monochromatic Colors of #9CC1BE
Black with #9CC1BE
Text Example
Text Example
White with #9CC1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CC1BE; }
p { color: rgb(156,193,190); }
H1.HeaderClassName
{
color: #9CC1BE;
}
.AnyTagClassName
{
color: #9CC1BE;
}
</style>
background-color css
<style>
a { background-color: #9CC1BE; }
a { background-color: rgb(156,193,190); }
div.DivClassName
{
background-color: #9CC1BE;
}
.BgClassName
{
background-color: #9CC1BE;
}
</style>
border-color css
<style>
span { border-color: #9CC1BE; }
span { border-color: rgb(156,193,190); }
td.TdClassName
{
border-color: #9CC1BE;
}
.TagClassName
{
border-color: #9CC1BE;
}
</style>