Shades of Shadow Green #9BCABB
Tints of Shadow Green #9BCABB
RGB
CMYK
RGB Variations
Color information
#9BCABB (or 0x9BCABB) is known color: Shadow Green. HEX triplet: 9B, CA and BB. RGB value is (155,202,187). Sum of RGB (Red+Green+Blue) = 155+202+187=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCABB is #643544. Grayscale: #BABABA. Windows color (decimal): -6567237 or 12307099. OLE color: 12307099.
HSL color Cylindrical-coordinate representation of color #9BCABB: hue angle of 160.85º 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 #9BCABB is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 202 | 187 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.21 |
| HSL | 160.85º | 0.31% | 0.7% | - |
| HSV(B) | 160.85º | 0.23% | 0.79% | - |
| XYZ | 43.61 | 52.8 | 54.91 | - |
| YUV | 186.24 | 128.43 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 202 | 187 | 0.23 | 0 | 0.07 | 0.21 | 160.85 | 0.31 | 0.7 |
| Hex | 9B | CA | BB | 17 | 0 | 7 | 15 | A1 | 1F | 46 |
| Octal | 233 | 312 | 273 | 27 | 0 | 7 | 25 | 241 | 37 | 106 |
| Binary | 10011011 | 11001010 | 10111011 | 10111 | 0 | 111 | 10101 | 10100001 | 11111 | 1000110 |
Color Harmonies of #9BCABB
Complementary color
Monochromatic Colors of #9BCABB
Black with #9BCABB
Text Example
Text Example
White with #9BCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCABB; }
p { color: rgb(155,202,187); }
H1.HeaderClassName
{
color: #9BCABB;
}
.AnyTagClassName
{
color: #9BCABB;
}
</style>
background-color css
<style>
a { background-color: #9BCABB; }
a { background-color: rgb(155,202,187); }
div.DivClassName
{
background-color: #9BCABB;
}
.BgClassName
{
background-color: #9BCABB;
}
</style>
border-color css
<style>
span { border-color: #9BCABB; }
span { border-color: rgb(155,202,187); }
td.TdClassName
{
border-color: #9BCABB;
}
.TagClassName
{
border-color: #9BCABB;
}
</style>