Shades of Shadow Green #96C0B5
Tints of Shadow Green #96C0B5
RGB
CMYK
RGB Variations
Color information
#96C0B5 (or 0x96C0B5) is known color: Shadow Green. HEX triplet: 96, C0 and B5. RGB value is (150,192,181). Sum of RGB (Red+Green+Blue) = 150+192+181=523 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.68% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 192 - color contains mainly: green. Hex color #96C0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C0B5 is #693F4A. Grayscale: #B2B2B2. Windows color (decimal): -6897483 or 11911318. OLE color: 11911318.
HSL color Cylindrical-coordinate representation of color #96C0B5: hue angle of 164.29º 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 #96C0B5 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 192 | 181 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.25 |
| HSL | 164.29º | 0.25% | 0.67% | - |
| HSV(B) | 164.29º | 0.22% | 0.75% | - |
| XYZ | 39.77 | 47.52 | 50.79 | - |
| YUV | 178.19 | 129.59 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 192 | 181 | 0.22 | 0 | 0.06 | 0.25 | 164.29 | 0.25 | 0.67 |
| Hex | 96 | C0 | B5 | 16 | 0 | 6 | 19 | A4 | 19 | 43 |
| Octal | 226 | 300 | 265 | 26 | 0 | 6 | 31 | 244 | 31 | 103 |
| Binary | 10010110 | 11000000 | 10110101 | 10110 | 0 | 110 | 11001 | 10100100 | 11001 | 1000011 |
Color Harmonies of #96C0B5
Complementary color
Monochromatic Colors of #96C0B5
Black with #96C0B5
Text Example
Text Example
White with #96C0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C0B5; }
p { color: rgb(150,192,181); }
H1.HeaderClassName
{
color: #96C0B5;
}
.AnyTagClassName
{
color: #96C0B5;
}
</style>
background-color css
<style>
a { background-color: #96C0B5; }
a { background-color: rgb(150,192,181); }
div.DivClassName
{
background-color: #96C0B5;
}
.BgClassName
{
background-color: #96C0B5;
}
</style>
border-color css
<style>
span { border-color: #96C0B5; }
span { border-color: rgb(150,192,181); }
td.TdClassName
{
border-color: #96C0B5;
}
.TagClassName
{
border-color: #96C0B5;
}
</style>