Shades of Shadow Green #9BD0BD
Tints of Shadow Green #9BD0BD
RGB
CMYK
RGB Variations
Color information
#9BD0BD (or 0x9BD0BD) is known color: Shadow Green. HEX triplet: 9B, D0 and BD. RGB value is (155,208,189). Sum of RGB (Red+Green+Blue) = 155+208+189=552 (73% of max value = 765). Red value is 155 (60.94% from 255 or 28.08% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD0BD is #642F42. Grayscale: #BEBEBE. Windows color (decimal): -6565699 or 12439707. OLE color: 12439707.
HSL color Cylindrical-coordinate representation of color #9BD0BD: hue angle of 158.49º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BD0BD is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 208 | 189 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.18 |
| HSL | 158.49º | 0.36% | 0.71% | - |
| HSV(B) | 158.49º | 0.25% | 0.82% | - |
| XYZ | 45.26 | 55.75 | 56.52 | - |
| YUV | 189.99 | 127.44 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 208 | 189 | 0.25 | 0 | 0.09 | 0.18 | 158.49 | 0.36 | 0.71 |
| Hex | 9B | D0 | BD | 19 | 0 | 9 | 12 | 9E | 24 | 47 |
| Octal | 233 | 320 | 275 | 31 | 0 | 11 | 22 | 236 | 44 | 107 |
| Binary | 10011011 | 11010000 | 10111101 | 11001 | 0 | 1001 | 10010 | 10011110 | 100100 | 1000111 |
Color Harmonies of #9BD0BD
Complementary color
Monochromatic Colors of #9BD0BD
Black with #9BD0BD
Text Example
Text Example
White with #9BD0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD0BD; }
p { color: rgb(155,208,189); }
H1.HeaderClassName
{
color: #9BD0BD;
}
.AnyTagClassName
{
color: #9BD0BD;
}
</style>
background-color css
<style>
a { background-color: #9BD0BD; }
a { background-color: rgb(155,208,189); }
div.DivClassName
{
background-color: #9BD0BD;
}
.BgClassName
{
background-color: #9BD0BD;
}
</style>
border-color css
<style>
span { border-color: #9BD0BD; }
span { border-color: rgb(155,208,189); }
td.TdClassName
{
border-color: #9BD0BD;
}
.TagClassName
{
border-color: #9BD0BD;
}
</style>