Shades of Shadow Green #96C5BD
Tints of Shadow Green #96C5BD
RGB
CMYK
RGB Variations
Color information
#96C5BD (or 0x96C5BD) is known color: Shadow Green. HEX triplet: 96, C5 and BD. RGB value is (150,197,189). Sum of RGB (Red+Green+Blue) = 150+197+189=536 (70% of max value = 765). Red value is 150 (58.98% from 255 or 27.99% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 197 - color contains mainly: green. Hex color #96C5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C5BD is #693A42. Grayscale: #B6B6B6. Windows color (decimal): -6896195 or 12436886. OLE color: 12436886.
HSL color Cylindrical-coordinate representation of color #96C5BD: hue angle of 169.79º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96C5BD is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 197 | 189 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.23 |
| HSL | 169.79º | 0.29% | 0.68% | - |
| HSV(B) | 169.79º | 0.24% | 0.77% | - |
| XYZ | 41.73 | 50.09 | 55.61 | - |
| YUV | 182.04 | 131.93 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 197 | 189 | 0.24 | 0 | 0.04 | 0.23 | 169.79 | 0.29 | 0.68 |
| Hex | 96 | C5 | BD | 18 | 0 | 4 | 17 | AA | 1D | 44 |
| Octal | 226 | 305 | 275 | 30 | 0 | 4 | 27 | 252 | 35 | 104 |
| Binary | 10010110 | 11000101 | 10111101 | 11000 | 0 | 100 | 10111 | 10101010 | 11101 | 1000100 |
Color Harmonies of #96C5BD
Complementary color
Monochromatic Colors of #96C5BD
Black with #96C5BD
Text Example
Text Example
White with #96C5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C5BD; }
p { color: rgb(150,197,189); }
H1.HeaderClassName
{
color: #96C5BD;
}
.AnyTagClassName
{
color: #96C5BD;
}
</style>
background-color css
<style>
a { background-color: #96C5BD; }
a { background-color: rgb(150,197,189); }
div.DivClassName
{
background-color: #96C5BD;
}
.BgClassName
{
background-color: #96C5BD;
}
</style>
border-color css
<style>
span { border-color: #96C5BD; }
span { border-color: rgb(150,197,189); }
td.TdClassName
{
border-color: #96C5BD;
}
.TagClassName
{
border-color: #96C5BD;
}
</style>