Shades of Shadow Green #96C0BB
Tints of Shadow Green #96C0BB
RGB
CMYK
RGB Variations
Color information
#96C0BB (or 0x96C0BB) is known color: Shadow Green. HEX triplet: 96, C0 and BB. RGB value is (150,192,187). Sum of RGB (Red+Green+Blue) = 150+192+187=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 187 (73.44% from 255 or 35.35% from 529); Max value from RGB is 192 - color contains mainly: green. Hex color #96C0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C0BB is #693F44. Grayscale: #B2B2B2. Windows color (decimal): -6897477 or 12304534. OLE color: 12304534.
HSL color Cylindrical-coordinate representation of color #96C0BB: hue angle of 172.86º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96C0BB is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 192 | 187 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.25 |
| HSL | 172.86º | 0.25% | 0.67% | - |
| HSV(B) | 172.86º | 0.22% | 0.75% | - |
| XYZ | 40.4 | 47.77 | 54.11 | - |
| YUV | 178.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 192 | 187 | 0.22 | 0 | 0.03 | 0.25 | 172.86 | 0.25 | 0.67 |
| Hex | 96 | C0 | BB | 16 | 0 | 3 | 19 | AD | 19 | 43 |
| Octal | 226 | 300 | 273 | 26 | 0 | 3 | 31 | 255 | 31 | 103 |
| Binary | 10010110 | 11000000 | 10111011 | 10110 | 0 | 11 | 11001 | 10101101 | 11001 | 1000011 |
Color Harmonies of #96C0BB
Complementary color
Monochromatic Colors of #96C0BB
Black with #96C0BB
Text Example
Text Example
White with #96C0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C0BB; }
p { color: rgb(150,192,187); }
H1.HeaderClassName
{
color: #96C0BB;
}
.AnyTagClassName
{
color: #96C0BB;
}
</style>
background-color css
<style>
a { background-color: #96C0BB; }
a { background-color: rgb(150,192,187); }
div.DivClassName
{
background-color: #96C0BB;
}
.BgClassName
{
background-color: #96C0BB;
}
</style>
border-color css
<style>
span { border-color: #96C0BB; }
span { border-color: rgb(150,192,187); }
td.TdClassName
{
border-color: #96C0BB;
}
.TagClassName
{
border-color: #96C0BB;
}
</style>