Shades of Shadow Green #9BCBBF
Tints of Shadow Green #9BCBBF
RGB
CMYK
RGB Variations
Color information
#9BCBBF (or 0x9BCBBF) is known color: Shadow Green. HEX triplet: 9B, CB and BF. RGB value is (155,203,191). Sum of RGB (Red+Green+Blue) = 155+203+191=549 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.23% from 549); Green value is 203 (79.69% from 255 or 36.98% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCBBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCBBF is #643440. Grayscale: #BBBBBB. Windows color (decimal): -6566977 or 12569499. OLE color: 12569499.
HSL color Cylindrical-coordinate representation of color #9BCBBF: hue angle of 165º 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 #9BCBBF is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 203 | 191 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.20 |
| HSL | 165º | 0.32% | 0.7% | - |
| HSV(B) | 165º | 0.24% | 0.8% | - |
| XYZ | 44.28 | 53.44 | 57.27 | - |
| YUV | 187.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 203 | 191 | 0.24 | 0 | 0.06 | 0.20 | 165 | 0.32 | 0.7 |
| Hex | 9B | CB | BF | 18 | 0 | 6 | 14 | A5 | 20 | 46 |
| Octal | 233 | 313 | 277 | 30 | 0 | 6 | 24 | 245 | 40 | 106 |
| Binary | 10011011 | 11001011 | 10111111 | 11000 | 0 | 110 | 10100 | 10100101 | 100000 | 1000110 |
Color Harmonies of #9BCBBF
Complementary color
Monochromatic Colors of #9BCBBF
Black with #9BCBBF
Text Example
Text Example
White with #9BCBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCBBF; }
p { color: rgb(155,203,191); }
H1.HeaderClassName
{
color: #9BCBBF;
}
.AnyTagClassName
{
color: #9BCBBF;
}
</style>
background-color css
<style>
a { background-color: #9BCBBF; }
a { background-color: rgb(155,203,191); }
div.DivClassName
{
background-color: #9BCBBF;
}
.BgClassName
{
background-color: #9BCBBF;
}
</style>
border-color css
<style>
span { border-color: #9BCBBF; }
span { border-color: rgb(155,203,191); }
td.TdClassName
{
border-color: #9BCBBF;
}
.TagClassName
{
border-color: #9BCBBF;
}
</style>