Shades of Shadow Green #9BC9BB
Tints of Shadow Green #9BC9BB
RGB
CMYK
RGB Variations
Color information
#9BC9BB (or 0x9BC9BB) is known color: Shadow Green. HEX triplet: 9B, C9 and BB. RGB value is (155,201,187). Sum of RGB (Red+Green+Blue) = 155+201+187=543 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.55% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC9BB is #643644. Grayscale: #B9B9B9. Windows color (decimal): -6567493 or 12306843. OLE color: 12306843.
HSL color Cylindrical-coordinate representation of color #9BC9BB: hue angle of 161.74º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BC9BB is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 201 | 187 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.21 |
| HSL | 161.74º | 0.3% | 0.7% | - |
| HSV(B) | 161.74º | 0.23% | 0.79% | - |
| XYZ | 43.37 | 52.33 | 54.83 | - |
| YUV | 185.65 | 128.76 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 187 | 0.23 | 0 | 0.07 | 0.21 | 161.74 | 0.3 | 0.7 |
| Hex | 9B | C9 | BB | 17 | 0 | 7 | 15 | A2 | 1E | 46 |
| Octal | 233 | 311 | 273 | 27 | 0 | 7 | 25 | 242 | 36 | 106 |
| Binary | 10011011 | 11001001 | 10111011 | 10111 | 0 | 111 | 10101 | 10100010 | 11110 | 1000110 |
Color Harmonies of #9BC9BB
Complementary color
Monochromatic Colors of #9BC9BB
Black with #9BC9BB
Text Example
Text Example
White with #9BC9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC9BB; }
p { color: rgb(155,201,187); }
H1.HeaderClassName
{
color: #9BC9BB;
}
.AnyTagClassName
{
color: #9BC9BB;
}
</style>
background-color css
<style>
a { background-color: #9BC9BB; }
a { background-color: rgb(155,201,187); }
div.DivClassName
{
background-color: #9BC9BB;
}
.BgClassName
{
background-color: #9BC9BB;
}
</style>
border-color css
<style>
span { border-color: #9BC9BB; }
span { border-color: rgb(155,201,187); }
td.TdClassName
{
border-color: #9BC9BB;
}
.TagClassName
{
border-color: #9BC9BB;
}
</style>