Shades of Shadow Green #9BCDBB
Tints of Shadow Green #9BCDBB
RGB
CMYK
RGB Variations
Color information
#9BCDBB (or 0x9BCDBB) is known color: Shadow Green. HEX triplet: 9B, CD and BB. RGB value is (155,205,187). Sum of RGB (Red+Green+Blue) = 155+205+187=547 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.34% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCDBB is #643244. Grayscale: #BCBCBC. Windows color (decimal): -6566469 or 12307867. OLE color: 12307867.
HSL color Cylindrical-coordinate representation of color #9BCDBB: hue angle of 158.4º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BCDBB is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 205 | 187 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.20 |
| HSL | 158.4º | 0.33% | 0.71% | - |
| HSV(B) | 158.4º | 0.24% | 0.8% | - |
| XYZ | 44.32 | 54.22 | 55.14 | - |
| YUV | 188 | 127.44 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 187 | 0.24 | 0 | 0.09 | 0.20 | 158.4 | 0.33 | 0.71 |
| Hex | 9B | CD | BB | 18 | 0 | 9 | 14 | 9E | 21 | 47 |
| Octal | 233 | 315 | 273 | 30 | 0 | 11 | 24 | 236 | 41 | 107 |
| Binary | 10011011 | 11001101 | 10111011 | 11000 | 0 | 1001 | 10100 | 10011110 | 100001 | 1000111 |
Color Harmonies of #9BCDBB
Complementary color
Monochromatic Colors of #9BCDBB
Black with #9BCDBB
Text Example
Text Example
White with #9BCDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCDBB; }
p { color: rgb(155,205,187); }
H1.HeaderClassName
{
color: #9BCDBB;
}
.AnyTagClassName
{
color: #9BCDBB;
}
</style>
background-color css
<style>
a { background-color: #9BCDBB; }
a { background-color: rgb(155,205,187); }
div.DivClassName
{
background-color: #9BCDBB;
}
.BgClassName
{
background-color: #9BCDBB;
}
</style>
border-color css
<style>
span { border-color: #9BCDBB; }
span { border-color: rgb(155,205,187); }
td.TdClassName
{
border-color: #9BCDBB;
}
.TagClassName
{
border-color: #9BCDBB;
}
</style>