Shades of Shadow Green #9CCABC
Tints of Shadow Green #9CCABC
RGB
CMYK
RGB Variations
Color information
#9CCABC (or 0x9CCABC) is known color: Shadow Green. HEX triplet: 9C, CA and BC. RGB value is (156,202,188). Sum of RGB (Red+Green+Blue) = 156+202+188=546 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.57% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 202 - color contains mainly: green. Hex color #9CCABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCABC is #633543. Grayscale: #BABABA. Windows color (decimal): -6501700 or 12372636. OLE color: 12372636.
HSL color Cylindrical-coordinate representation of color #9CCABC: hue angle of 161.74º degrees, saturation: 0.3, 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 #9CCABC is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 202 | 188 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.21 |
| HSL | 161.74º | 0.3% | 0.7% | - |
| HSV(B) | 161.74º | 0.23% | 0.79% | - |
| XYZ | 43.91 | 52.94 | 55.48 | - |
| YUV | 186.65 | 128.76 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 202 | 188 | 0.23 | 0 | 0.07 | 0.21 | 161.74 | 0.3 | 0.7 |
| Hex | 9C | CA | BC | 17 | 0 | 7 | 15 | A2 | 1E | 46 |
| Octal | 234 | 312 | 274 | 27 | 0 | 7 | 25 | 242 | 36 | 106 |
| Binary | 10011100 | 11001010 | 10111100 | 10111 | 0 | 111 | 10101 | 10100010 | 11110 | 1000110 |
Color Harmonies of #9CCABC
Complementary color
Monochromatic Colors of #9CCABC
Black with #9CCABC
Text Example
Text Example
White with #9CCABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCABC; }
p { color: rgb(156,202,188); }
H1.HeaderClassName
{
color: #9CCABC;
}
.AnyTagClassName
{
color: #9CCABC;
}
</style>
background-color css
<style>
a { background-color: #9CCABC; }
a { background-color: rgb(156,202,188); }
div.DivClassName
{
background-color: #9CCABC;
}
.BgClassName
{
background-color: #9CCABC;
}
</style>
border-color css
<style>
span { border-color: #9CCABC; }
span { border-color: rgb(156,202,188); }
td.TdClassName
{
border-color: #9CCABC;
}
.TagClassName
{
border-color: #9CCABC;
}
</style>