Shades of Shadow Green #96C1BA
Tints of Shadow Green #96C1BA
RGB
CMYK
RGB Variations
Color information
#96C1BA (or 0x96C1BA) is known color: Shadow Green. HEX triplet: 96, C1 and BA. RGB value is (150,193,186). Sum of RGB (Red+Green+Blue) = 150+193+186=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 193 - color contains mainly: green. Hex color #96C1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C1BA is #693E45. Grayscale: #B3B3B3. Windows color (decimal): -6897222 or 12239254. OLE color: 12239254.
HSL color Cylindrical-coordinate representation of color #96C1BA: hue angle of 170.23º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96C1BA is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 193 | 186 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.24 |
| HSL | 170.23º | 0.26% | 0.67% | - |
| HSV(B) | 170.23º | 0.22% | 0.76% | - |
| XYZ | 40.51 | 48.17 | 53.62 | - |
| YUV | 179.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 193 | 186 | 0.22 | 0 | 0.04 | 0.24 | 170.23 | 0.26 | 0.67 |
| Hex | 96 | C1 | BA | 16 | 0 | 4 | 18 | AA | 1A | 43 |
| Octal | 226 | 301 | 272 | 26 | 0 | 4 | 30 | 252 | 32 | 103 |
| Binary | 10010110 | 11000001 | 10111010 | 10110 | 0 | 100 | 11000 | 10101010 | 11010 | 1000011 |
Color Harmonies of #96C1BA
Complementary color
Monochromatic Colors of #96C1BA
Black with #96C1BA
Text Example
Text Example
White with #96C1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C1BA; }
p { color: rgb(150,193,186); }
H1.HeaderClassName
{
color: #96C1BA;
}
.AnyTagClassName
{
color: #96C1BA;
}
</style>
background-color css
<style>
a { background-color: #96C1BA; }
a { background-color: rgb(150,193,186); }
div.DivClassName
{
background-color: #96C1BA;
}
.BgClassName
{
background-color: #96C1BA;
}
</style>
border-color css
<style>
span { border-color: #96C1BA; }
span { border-color: rgb(150,193,186); }
td.TdClassName
{
border-color: #96C1BA;
}
.TagClassName
{
border-color: #96C1BA;
}
</style>