Shades of Shadow Green #9BC7B5
Tints of Shadow Green #9BC7B5
RGB
CMYK
RGB Variations
Color information
#9BC7B5 (or 0x9BC7B5) is known color: Shadow Green. HEX triplet: 9B, C7 and B5. RGB value is (155,199,181). Sum of RGB (Red+Green+Blue) = 155+199+181=535 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.97% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC7B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC7B5 is #64384A. Grayscale: #B7B7B7. Windows color (decimal): -6568011 or 11913115. OLE color: 11913115.
HSL color Cylindrical-coordinate representation of color #9BC7B5: hue angle of 155.45º 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 #9BC7B5 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 199 | 181 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.22 |
| HSL | 155.45º | 0.28% | 0.69% | - |
| HSV(B) | 155.45º | 0.22% | 0.78% | - |
| XYZ | 42.28 | 51.15 | 51.36 | - |
| YUV | 183.79 | 126.42 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 199 | 181 | 0.22 | 0 | 0.09 | 0.22 | 155.45 | 0.28 | 0.69 |
| Hex | 9B | C7 | B5 | 16 | 0 | 9 | 16 | 9B | 1C | 45 |
| Octal | 233 | 307 | 265 | 26 | 0 | 11 | 26 | 233 | 34 | 105 |
| Binary | 10011011 | 11000111 | 10110101 | 10110 | 0 | 1001 | 10110 | 10011011 | 11100 | 1000101 |
Color Harmonies of #9BC7B5
Complementary color
Monochromatic Colors of #9BC7B5
Black with #9BC7B5
Text Example
Text Example
White with #9BC7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC7B5; }
p { color: rgb(155,199,181); }
H1.HeaderClassName
{
color: #9BC7B5;
}
.AnyTagClassName
{
color: #9BC7B5;
}
</style>
background-color css
<style>
a { background-color: #9BC7B5; }
a { background-color: rgb(155,199,181); }
div.DivClassName
{
background-color: #9BC7B5;
}
.BgClassName
{
background-color: #9BC7B5;
}
</style>
border-color css
<style>
span { border-color: #9BC7B5; }
span { border-color: rgb(155,199,181); }
td.TdClassName
{
border-color: #9BC7B5;
}
.TagClassName
{
border-color: #9BC7B5;
}
</style>