Shades of Shadow Green #96C2B8
Tints of Shadow Green #96C2B8
RGB
CMYK
RGB Variations
Color information
#96C2B8 (or 0x96C2B8) is known color: Shadow Green. HEX triplet: 96, C2 and B8. RGB value is (150,194,184). Sum of RGB (Red+Green+Blue) = 150+194+184=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 184 (72.27% from 255 or 34.85% from 528); Max value from RGB is 194 - color contains mainly: green. Hex color #96C2B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C2B8 is #693D47. Grayscale: #B3B3B3. Windows color (decimal): -6896968 or 12108438. OLE color: 12108438.
HSL color Cylindrical-coordinate representation of color #96C2B8: hue angle of 166.36º 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 #96C2B8 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 194 | 184 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.24 |
| HSL | 166.36º | 0.27% | 0.67% | - |
| HSV(B) | 166.36º | 0.23% | 0.76% | - |
| XYZ | 40.52 | 48.53 | 52.58 | - |
| YUV | 179.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 194 | 184 | 0.23 | 0 | 0.05 | 0.24 | 166.36 | 0.27 | 0.67 |
| Hex | 96 | C2 | B8 | 17 | 0 | 5 | 18 | A6 | 1B | 43 |
| Octal | 226 | 302 | 270 | 27 | 0 | 5 | 30 | 246 | 33 | 103 |
| Binary | 10010110 | 11000010 | 10111000 | 10111 | 0 | 101 | 11000 | 10100110 | 11011 | 1000011 |
Color Harmonies of #96C2B8
Complementary color
Monochromatic Colors of #96C2B8
Black with #96C2B8
Text Example
Text Example
White with #96C2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C2B8; }
p { color: rgb(150,194,184); }
H1.HeaderClassName
{
color: #96C2B8;
}
.AnyTagClassName
{
color: #96C2B8;
}
</style>
background-color css
<style>
a { background-color: #96C2B8; }
a { background-color: rgb(150,194,184); }
div.DivClassName
{
background-color: #96C2B8;
}
.BgClassName
{
background-color: #96C2B8;
}
</style>
border-color css
<style>
span { border-color: #96C2B8; }
span { border-color: rgb(150,194,184); }
td.TdClassName
{
border-color: #96C2B8;
}
.TagClassName
{
border-color: #96C2B8;
}
</style>