Shades of Shadow Green #96C2C1
Tints of Shadow Green #96C2C1
RGB
CMYK
RGB Variations
Color information
#96C2C1 (or 0x96C2C1) is known color: Shadow Green. HEX triplet: 96, C2 and C1. RGB value is (150,194,193). Sum of RGB (Red+Green+Blue) = 150+194+193=537 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.93% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 193 (75.78% from 255 or 35.94% from 537); Max value from RGB is 194 - color contains mainly: green. Hex color #96C2C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C2C1 is #693D3E. Grayscale: #B4B4B4. Windows color (decimal): -6896959 or 12698262. OLE color: 12698262.
HSL color Cylindrical-coordinate representation of color #96C2C1: hue angle of 178.64º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96C2C1 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 194 | 193 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.24 |
| HSL | 178.64º | 0.27% | 0.67% | - |
| HSV(B) | 178.64º | 0.23% | 0.76% | - |
| XYZ | 41.5 | 48.92 | 57.71 | - |
| YUV | 180.73 | 134.92 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 194 | 193 | 0.23 | 0 | 0.01 | 0.24 | 178.64 | 0.27 | 0.67 |
| Hex | 96 | C2 | C1 | 17 | 0 | 1 | 18 | B3 | 1B | 43 |
| Octal | 226 | 302 | 301 | 27 | 0 | 1 | 30 | 263 | 33 | 103 |
| Binary | 10010110 | 11000010 | 11000001 | 10111 | 0 | 1 | 11000 | 10110011 | 11011 | 1000011 |
Color Harmonies of #96C2C1
Complementary color
Monochromatic Colors of #96C2C1
Black with #96C2C1
Text Example
Text Example
White with #96C2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C2C1; }
p { color: rgb(150,194,193); }
H1.HeaderClassName
{
color: #96C2C1;
}
.AnyTagClassName
{
color: #96C2C1;
}
</style>
background-color css
<style>
a { background-color: #96C2C1; }
a { background-color: rgb(150,194,193); }
div.DivClassName
{
background-color: #96C2C1;
}
.BgClassName
{
background-color: #96C2C1;
}
</style>
border-color css
<style>
span { border-color: #96C2C1; }
span { border-color: rgb(150,194,193); }
td.TdClassName
{
border-color: #96C2C1;
}
.TagClassName
{
border-color: #96C2C1;
}
</style>