Shades of Shadow Green #96C4BC
Tints of Shadow Green #96C4BC
RGB
CMYK
RGB Variations
Color information
#96C4BC (or 0x96C4BC) is known color: Shadow Green. HEX triplet: 96, C4 and BC. RGB value is (150,196,188). Sum of RGB (Red+Green+Blue) = 150+196+188=534 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.09% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 196 - color contains mainly: green. Hex color #96C4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C4BC is #693B43. Grayscale: #B5B5B5. Windows color (decimal): -6896452 or 12371094. OLE color: 12371094.
HSL color Cylindrical-coordinate representation of color #96C4BC: hue angle of 169.57º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96C4BC is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 196 | 188 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.23 |
| HSL | 169.57º | 0.28% | 0.68% | - |
| HSV(B) | 169.57º | 0.23% | 0.77% | - |
| XYZ | 41.39 | 49.59 | 54.97 | - |
| YUV | 181.33 | 131.76 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 196 | 188 | 0.23 | 0 | 0.04 | 0.23 | 169.57 | 0.28 | 0.68 |
| Hex | 96 | C4 | BC | 17 | 0 | 4 | 17 | AA | 1C | 44 |
| Octal | 226 | 304 | 274 | 27 | 0 | 4 | 27 | 252 | 34 | 104 |
| Binary | 10010110 | 11000100 | 10111100 | 10111 | 0 | 100 | 10111 | 10101010 | 11100 | 1000100 |
Color Harmonies of #96C4BC
Complementary color
Monochromatic Colors of #96C4BC
Black with #96C4BC
Text Example
Text Example
White with #96C4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C4BC; }
p { color: rgb(150,196,188); }
H1.HeaderClassName
{
color: #96C4BC;
}
.AnyTagClassName
{
color: #96C4BC;
}
</style>
background-color css
<style>
a { background-color: #96C4BC; }
a { background-color: rgb(150,196,188); }
div.DivClassName
{
background-color: #96C4BC;
}
.BgClassName
{
background-color: #96C4BC;
}
</style>
border-color css
<style>
span { border-color: #96C4BC; }
span { border-color: rgb(150,196,188); }
td.TdClassName
{
border-color: #96C4BC;
}
.TagClassName
{
border-color: #96C4BC;
}
</style>