Shades of Shadow Green #9BC7BB
Tints of Shadow Green #9BC7BB
RGB
CMYK
RGB Variations
Color information
#9BC7BB (or 0x9BC7BB) is known color: Shadow Green. HEX triplet: 9B, C7 and BB. RGB value is (155,199,187). Sum of RGB (Red+Green+Blue) = 155+199+187=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 199 (78.12% from 255 or 36.78% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC7BB is #643844. Grayscale: #B8B8B8. Windows color (decimal): -6568005 or 12306331. OLE color: 12306331.
HSL color Cylindrical-coordinate representation of color #9BC7BB: hue angle of 163.64º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BC7BB is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 199 | 187 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.22 |
| HSL | 163.64º | 0.28% | 0.69% | - |
| HSV(B) | 163.64º | 0.22% | 0.78% | - |
| XYZ | 42.91 | 51.4 | 54.67 | - |
| YUV | 184.48 | 129.42 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 199 | 187 | 0.22 | 0 | 0.06 | 0.22 | 163.64 | 0.28 | 0.69 |
| Hex | 9B | C7 | BB | 16 | 0 | 6 | 16 | A4 | 1C | 45 |
| Octal | 233 | 307 | 273 | 26 | 0 | 6 | 26 | 244 | 34 | 105 |
| Binary | 10011011 | 11000111 | 10111011 | 10110 | 0 | 110 | 10110 | 10100100 | 11100 | 1000101 |
Color Harmonies of #9BC7BB
Complementary color
Monochromatic Colors of #9BC7BB
Black with #9BC7BB
Text Example
Text Example
White with #9BC7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC7BB; }
p { color: rgb(155,199,187); }
H1.HeaderClassName
{
color: #9BC7BB;
}
.AnyTagClassName
{
color: #9BC7BB;
}
</style>
background-color css
<style>
a { background-color: #9BC7BB; }
a { background-color: rgb(155,199,187); }
div.DivClassName
{
background-color: #9BC7BB;
}
.BgClassName
{
background-color: #9BC7BB;
}
</style>
border-color css
<style>
span { border-color: #9BC7BB; }
span { border-color: rgb(155,199,187); }
td.TdClassName
{
border-color: #9BC7BB;
}
.TagClassName
{
border-color: #9BC7BB;
}
</style>