Shades of Shadow Green #96C5C2
Tints of Shadow Green #96C5C2
RGB
CMYK
RGB Variations
Color information
#96C5C2 (or 0x96C5C2) is known color: Shadow Green. HEX triplet: 96, C5 and C2. RGB value is (150,197,194). Sum of RGB (Red+Green+Blue) = 150+197+194=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 197 - color contains mainly: green. Hex color #96C5C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C5C2 is #693A3D. Grayscale: #B6B6B6. Windows color (decimal): -6896190 or 12764566. OLE color: 12764566.
HSL color Cylindrical-coordinate representation of color #96C5C2: hue angle of 176.17º 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 #96C5C2 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 197 | 194 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.23 |
| HSL | 176.17º | 0.29% | 0.68% | - |
| HSV(B) | 176.17º | 0.24% | 0.77% | - |
| XYZ | 42.28 | 50.31 | 58.52 | - |
| YUV | 182.61 | 134.43 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 197 | 194 | 0.24 | 0 | 0.02 | 0.23 | 176.17 | 0.29 | 0.68 |
| Hex | 96 | C5 | C2 | 18 | 0 | 2 | 17 | B0 | 1D | 44 |
| Octal | 226 | 305 | 302 | 30 | 0 | 2 | 27 | 260 | 35 | 104 |
| Binary | 10010110 | 11000101 | 11000010 | 11000 | 0 | 10 | 10111 | 10110000 | 11101 | 1000100 |
Color Harmonies of #96C5C2
Complementary color
Monochromatic Colors of #96C5C2
Black with #96C5C2
Text Example
Text Example
White with #96C5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C5C2; }
p { color: rgb(150,197,194); }
H1.HeaderClassName
{
color: #96C5C2;
}
.AnyTagClassName
{
color: #96C5C2;
}
</style>
background-color css
<style>
a { background-color: #96C5C2; }
a { background-color: rgb(150,197,194); }
div.DivClassName
{
background-color: #96C5C2;
}
.BgClassName
{
background-color: #96C5C2;
}
</style>
border-color css
<style>
span { border-color: #96C5C2; }
span { border-color: rgb(150,197,194); }
td.TdClassName
{
border-color: #96C5C2;
}
.TagClassName
{
border-color: #96C5C2;
}
</style>