Shades of Shadow Green #9BC7B8
Tints of Shadow Green #9BC7B8
RGB
CMYK
RGB Variations
Color information
#9BC7B8 (or 0x9BC7B8) is known color: Shadow Green. HEX triplet: 9B, C7 and B8. RGB value is (155,199,184). Sum of RGB (Red+Green+Blue) = 155+199+184=538 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.81% from 538); Green value is 199 (78.12% from 255 or 36.99% from 538); Blue value is 184 (72.27% from 255 or 34.20% from 538); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC7B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC7B8 is #643847. Grayscale: #B8B8B8. Windows color (decimal): -6568008 or 12109723. OLE color: 12109723.
HSL color Cylindrical-coordinate representation of color #9BC7B8: hue angle of 159.55º 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 #9BC7B8 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 199 | 184 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.22 |
| HSL | 159.55º | 0.28% | 0.69% | - |
| HSV(B) | 159.55º | 0.22% | 0.78% | - |
| XYZ | 42.59 | 51.28 | 53 | - |
| YUV | 184.13 | 127.92 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 199 | 184 | 0.22 | 0 | 0.08 | 0.22 | 159.55 | 0.28 | 0.69 |
| Hex | 9B | C7 | B8 | 16 | 0 | 8 | 16 | A0 | 1C | 45 |
| Octal | 233 | 307 | 270 | 26 | 0 | 10 | 26 | 240 | 34 | 105 |
| Binary | 10011011 | 11000111 | 10111000 | 10110 | 0 | 1000 | 10110 | 10100000 | 11100 | 1000101 |
Color Harmonies of #9BC7B8
Complementary color
Monochromatic Colors of #9BC7B8
Black with #9BC7B8
Text Example
Text Example
White with #9BC7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC7B8; }
p { color: rgb(155,199,184); }
H1.HeaderClassName
{
color: #9BC7B8;
}
.AnyTagClassName
{
color: #9BC7B8;
}
</style>
background-color css
<style>
a { background-color: #9BC7B8; }
a { background-color: rgb(155,199,184); }
div.DivClassName
{
background-color: #9BC7B8;
}
.BgClassName
{
background-color: #9BC7B8;
}
</style>
border-color css
<style>
span { border-color: #9BC7B8; }
span { border-color: rgb(155,199,184); }
td.TdClassName
{
border-color: #9BC7B8;
}
.TagClassName
{
border-color: #9BC7B8;
}
</style>