Shades of Shadow Green #9BC7BD
Tints of Shadow Green #9BC7BD
RGB
CMYK
RGB Variations
Color information
#9BC7BD (or 0x9BC7BD) is known color: Shadow Green. HEX triplet: 9B, C7 and BD. RGB value is (155,199,189). Sum of RGB (Red+Green+Blue) = 155+199+189=543 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.55% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC7BD is #643842. Grayscale: #B8B8B8. Windows color (decimal): -6568003 or 12437403. OLE color: 12437403.
HSL color Cylindrical-coordinate representation of color #9BC7BD: hue angle of 166.36º 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 #9BC7BD is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 199 | 189 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.22 |
| HSL | 166.36º | 0.28% | 0.69% | - |
| HSV(B) | 166.36º | 0.22% | 0.78% | - |
| XYZ | 43.13 | 51.49 | 55.81 | - |
| YUV | 184.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 199 | 189 | 0.22 | 0 | 0.05 | 0.22 | 166.36 | 0.28 | 0.69 |
| Hex | 9B | C7 | BD | 16 | 0 | 5 | 16 | A6 | 1C | 45 |
| Octal | 233 | 307 | 275 | 26 | 0 | 5 | 26 | 246 | 34 | 105 |
| Binary | 10011011 | 11000111 | 10111101 | 10110 | 0 | 101 | 10110 | 10100110 | 11100 | 1000101 |
Color Harmonies of #9BC7BD
Complementary color
Monochromatic Colors of #9BC7BD
Black with #9BC7BD
Text Example
Text Example
White with #9BC7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC7BD; }
p { color: rgb(155,199,189); }
H1.HeaderClassName
{
color: #9BC7BD;
}
.AnyTagClassName
{
color: #9BC7BD;
}
</style>
background-color css
<style>
a { background-color: #9BC7BD; }
a { background-color: rgb(155,199,189); }
div.DivClassName
{
background-color: #9BC7BD;
}
.BgClassName
{
background-color: #9BC7BD;
}
</style>
border-color css
<style>
span { border-color: #9BC7BD; }
span { border-color: rgb(155,199,189); }
td.TdClassName
{
border-color: #9BC7BD;
}
.TagClassName
{
border-color: #9BC7BD;
}
</style>