Shades of Shadow Green #96C6C3
Tints of Shadow Green #96C6C3
RGB
CMYK
RGB Variations
Color information
#96C6C3 (or 0x96C6C3) is known color: Shadow Green. HEX triplet: 96, C6 and C3. RGB value is (150,198,195). Sum of RGB (Red+Green+Blue) = 150+198+195=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 195 (76.56% from 255 or 35.91% from 543); Max value from RGB is 198 - color contains mainly: green. Hex color #96C6C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C6C3 is #69393C. Grayscale: #B7B7B7. Windows color (decimal): -6895933 or 12830358. OLE color: 12830358.
HSL color Cylindrical-coordinate representation of color #96C6C3: hue angle of 176.25º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #96C6C3 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 198 | 195 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.22 |
| HSL | 176.25º | 0.3% | 0.68% | - |
| HSV(B) | 176.25º | 0.24% | 0.78% | - |
| XYZ | 42.62 | 50.81 | 59.19 | - |
| YUV | 183.31 | 134.6 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 198 | 195 | 0.24 | 0 | 0.02 | 0.22 | 176.25 | 0.3 | 0.68 |
| Hex | 96 | C6 | C3 | 18 | 0 | 2 | 16 | B0 | 1E | 44 |
| Octal | 226 | 306 | 303 | 30 | 0 | 2 | 26 | 260 | 36 | 104 |
| Binary | 10010110 | 11000110 | 11000011 | 11000 | 0 | 10 | 10110 | 10110000 | 11110 | 1000100 |
Color Harmonies of #96C6C3
Complementary color
Monochromatic Colors of #96C6C3
Black with #96C6C3
Text Example
Text Example
White with #96C6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C6C3; }
p { color: rgb(150,198,195); }
H1.HeaderClassName
{
color: #96C6C3;
}
.AnyTagClassName
{
color: #96C6C3;
}
</style>
background-color css
<style>
a { background-color: #96C6C3; }
a { background-color: rgb(150,198,195); }
div.DivClassName
{
background-color: #96C6C3;
}
.BgClassName
{
background-color: #96C6C3;
}
</style>
border-color css
<style>
span { border-color: #96C6C3; }
span { border-color: rgb(150,198,195); }
td.TdClassName
{
border-color: #96C6C3;
}
.TagClassName
{
border-color: #96C6C3;
}
</style>