Shades of Shadow Green #9BCBBA
Tints of Shadow Green #9BCBBA
RGB
CMYK
RGB Variations
Color information
#9BCBBA (or 0x9BCBBA) is known color: Shadow Green. HEX triplet: 9B, CB and BA. RGB value is (155,203,186). Sum of RGB (Red+Green+Blue) = 155+203+186=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCBBA is #643445. Grayscale: #BABABA. Windows color (decimal): -6566982 or 12241819. OLE color: 12241819.
HSL color Cylindrical-coordinate representation of color #9BCBBA: hue angle of 158.75º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BCBBA is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 203 | 186 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.20 |
| HSL | 158.75º | 0.32% | 0.7% | - |
| HSV(B) | 158.75º | 0.24% | 0.8% | - |
| XYZ | 43.74 | 53.23 | 54.42 | - |
| YUV | 186.71 | 127.6 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 203 | 186 | 0.24 | 0 | 0.08 | 0.20 | 158.75 | 0.32 | 0.7 |
| Hex | 9B | CB | BA | 18 | 0 | 8 | 14 | 9F | 20 | 46 |
| Octal | 233 | 313 | 272 | 30 | 0 | 10 | 24 | 237 | 40 | 106 |
| Binary | 10011011 | 11001011 | 10111010 | 11000 | 0 | 1000 | 10100 | 10011111 | 100000 | 1000110 |
Color Harmonies of #9BCBBA
Complementary color
Monochromatic Colors of #9BCBBA
Black with #9BCBBA
Text Example
Text Example
White with #9BCBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCBBA; }
p { color: rgb(155,203,186); }
H1.HeaderClassName
{
color: #9BCBBA;
}
.AnyTagClassName
{
color: #9BCBBA;
}
</style>
background-color css
<style>
a { background-color: #9BCBBA; }
a { background-color: rgb(155,203,186); }
div.DivClassName
{
background-color: #9BCBBA;
}
.BgClassName
{
background-color: #9BCBBA;
}
</style>
border-color css
<style>
span { border-color: #9BCBBA; }
span { border-color: rgb(155,203,186); }
td.TdClassName
{
border-color: #9BCBBA;
}
.TagClassName
{
border-color: #9BCBBA;
}
</style>