Shades of Shadow Green #96C0BE
Tints of Shadow Green #96C0BE
RGB
CMYK
RGB Variations
Color information
#96C0BE (or 0x96C0BE) is known color: Shadow Green. HEX triplet: 96, C0 and BE. RGB value is (150,192,190). Sum of RGB (Red+Green+Blue) = 150+192+190=532 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.20% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 190 (74.61% from 255 or 35.71% from 532); Max value from RGB is 192 - color contains mainly: green. Hex color #96C0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C0BE is #693F41. Grayscale: #B3B3B3. Windows color (decimal): -6897474 or 12501142. OLE color: 12501142.
HSL color Cylindrical-coordinate representation of color #96C0BE: hue angle of 177.14º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96C0BE is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 192 | 190 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.25 |
| HSL | 177.14º | 0.25% | 0.67% | - |
| HSV(B) | 177.14º | 0.22% | 0.75% | - |
| XYZ | 40.72 | 47.9 | 55.81 | - |
| YUV | 179.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 192 | 190 | 0.22 | 0 | 0.01 | 0.25 | 177.14 | 0.25 | 0.67 |
| Hex | 96 | C0 | BE | 16 | 0 | 1 | 19 | B1 | 19 | 43 |
| Octal | 226 | 300 | 276 | 26 | 0 | 1 | 31 | 261 | 31 | 103 |
| Binary | 10010110 | 11000000 | 10111110 | 10110 | 0 | 1 | 11001 | 10110001 | 11001 | 1000011 |
Color Harmonies of #96C0BE
Complementary color
Monochromatic Colors of #96C0BE
Black with #96C0BE
Text Example
Text Example
White with #96C0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C0BE; }
p { color: rgb(150,192,190); }
H1.HeaderClassName
{
color: #96C0BE;
}
.AnyTagClassName
{
color: #96C0BE;
}
</style>
background-color css
<style>
a { background-color: #96C0BE; }
a { background-color: rgb(150,192,190); }
div.DivClassName
{
background-color: #96C0BE;
}
.BgClassName
{
background-color: #96C0BE;
}
</style>
border-color css
<style>
span { border-color: #96C0BE; }
span { border-color: rgb(150,192,190); }
td.TdClassName
{
border-color: #96C0BE;
}
.TagClassName
{
border-color: #96C0BE;
}
</style>