Shades of Shadow Green #9BCABC
Tints of Shadow Green #9BCABC
RGB
CMYK
RGB Variations
Color information
#9BCABC (or 0x9BCABC) is known color: Shadow Green. HEX triplet: 9B, CA and BC. RGB value is (155,202,188). Sum of RGB (Red+Green+Blue) = 155+202+188=545 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.44% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCABC is #643543. Grayscale: #BABABA. Windows color (decimal): -6567236 or 12372635. OLE color: 12372635.
HSL color Cylindrical-coordinate representation of color #9BCABC: hue angle of 162.13º 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 #9BCABC is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 202 | 188 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.21 |
| HSL | 162.13º | 0.31% | 0.7% | - |
| HSV(B) | 162.13º | 0.23% | 0.79% | - |
| XYZ | 43.72 | 52.84 | 55.47 | - |
| YUV | 186.35 | 128.93 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 202 | 188 | 0.23 | 0 | 0.07 | 0.21 | 162.13 | 0.31 | 0.7 |
| Hex | 9B | CA | BC | 17 | 0 | 7 | 15 | A2 | 1F | 46 |
| Octal | 233 | 312 | 274 | 27 | 0 | 7 | 25 | 242 | 37 | 106 |
| Binary | 10011011 | 11001010 | 10111100 | 10111 | 0 | 111 | 10101 | 10100010 | 11111 | 1000110 |
Color Harmonies of #9BCABC
Complementary color
Monochromatic Colors of #9BCABC
Black with #9BCABC
Text Example
Text Example
White with #9BCABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCABC; }
p { color: rgb(155,202,188); }
H1.HeaderClassName
{
color: #9BCABC;
}
.AnyTagClassName
{
color: #9BCABC;
}
</style>
background-color css
<style>
a { background-color: #9BCABC; }
a { background-color: rgb(155,202,188); }
div.DivClassName
{
background-color: #9BCABC;
}
.BgClassName
{
background-color: #9BCABC;
}
</style>
border-color css
<style>
span { border-color: #9BCABC; }
span { border-color: rgb(155,202,188); }
td.TdClassName
{
border-color: #9BCABC;
}
.TagClassName
{
border-color: #9BCABC;
}
</style>