Shades of Shadow Green #9BCDBF
Tints of Shadow Green #9BCDBF
RGB
CMYK
RGB Variations
Color information
#9BCDBF (or 0x9BCDBF) is known color: Shadow Green. HEX triplet: 9B, CD and BF. RGB value is (155,205,191). Sum of RGB (Red+Green+Blue) = 155+205+191=551 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.13% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCDBF is #643240. Grayscale: #BCBCBC. Windows color (decimal): -6566465 or 12570011. OLE color: 12570011.
HSL color Cylindrical-coordinate representation of color #9BCDBF: hue angle of 163.2º 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 #9BCDBF is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 205 | 191 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.20 |
| HSL | 163.2º | 0.33% | 0.71% | - |
| HSV(B) | 163.2º | 0.24% | 0.8% | - |
| XYZ | 44.75 | 54.39 | 57.43 | - |
| YUV | 188.45 | 129.44 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 191 | 0.24 | 0 | 0.07 | 0.20 | 163.2 | 0.33 | 0.71 |
| Hex | 9B | CD | BF | 18 | 0 | 7 | 14 | A3 | 21 | 47 |
| Octal | 233 | 315 | 277 | 30 | 0 | 7 | 24 | 243 | 41 | 107 |
| Binary | 10011011 | 11001101 | 10111111 | 11000 | 0 | 111 | 10100 | 10100011 | 100001 | 1000111 |
Color Harmonies of #9BCDBF
Complementary color
Monochromatic Colors of #9BCDBF
Black with #9BCDBF
Text Example
Text Example
White with #9BCDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCDBF; }
p { color: rgb(155,205,191); }
H1.HeaderClassName
{
color: #9BCDBF;
}
.AnyTagClassName
{
color: #9BCDBF;
}
</style>
background-color css
<style>
a { background-color: #9BCDBF; }
a { background-color: rgb(155,205,191); }
div.DivClassName
{
background-color: #9BCDBF;
}
.BgClassName
{
background-color: #9BCDBF;
}
</style>
border-color css
<style>
span { border-color: #9BCDBF; }
span { border-color: rgb(155,205,191); }
td.TdClassName
{
border-color: #9BCDBF;
}
.TagClassName
{
border-color: #9BCDBF;
}
</style>