Shades of Shadow Green #9BC9BA
Tints of Shadow Green #9BC9BA
RGB
CMYK
RGB Variations
Color information
#9BC9BA (or 0x9BC9BA) is known color: Shadow Green. HEX triplet: 9B, C9 and BA. RGB value is (155,201,186). Sum of RGB (Red+Green+Blue) = 155+201+186=542 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.60% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC9BA is #643645. Grayscale: #B9B9B9. Windows color (decimal): -6567494 or 12241307. OLE color: 12241307.
HSL color Cylindrical-coordinate representation of color #9BC9BA: hue angle of 160.43º 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 #9BC9BA is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 201 | 186 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.21 |
| HSL | 160.43º | 0.3% | 0.7% | - |
| HSV(B) | 160.43º | 0.23% | 0.79% | - |
| XYZ | 43.27 | 52.29 | 54.27 | - |
| YUV | 185.54 | 128.26 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 186 | 0.23 | 0 | 0.07 | 0.21 | 160.43 | 0.3 | 0.7 |
| Hex | 9B | C9 | BA | 17 | 0 | 7 | 15 | A0 | 1E | 46 |
| Octal | 233 | 311 | 272 | 27 | 0 | 7 | 25 | 240 | 36 | 106 |
| Binary | 10011011 | 11001001 | 10111010 | 10111 | 0 | 111 | 10101 | 10100000 | 11110 | 1000110 |
Color Harmonies of #9BC9BA
Complementary color
Monochromatic Colors of #9BC9BA
Black with #9BC9BA
Text Example
Text Example
White with #9BC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC9BA; }
p { color: rgb(155,201,186); }
H1.HeaderClassName
{
color: #9BC9BA;
}
.AnyTagClassName
{
color: #9BC9BA;
}
</style>
background-color css
<style>
a { background-color: #9BC9BA; }
a { background-color: rgb(155,201,186); }
div.DivClassName
{
background-color: #9BC9BA;
}
.BgClassName
{
background-color: #9BC9BA;
}
</style>
border-color css
<style>
span { border-color: #9BC9BA; }
span { border-color: rgb(155,201,186); }
td.TdClassName
{
border-color: #9BC9BA;
}
.TagClassName
{
border-color: #9BC9BA;
}
</style>