Shades of Shadow Green #96C8BA
Tints of Shadow Green #96C8BA
RGB
CMYK
RGB Variations
Color information
#96C8BA (or 0x96C8BA) is known color: Shadow Green. HEX triplet: 96, C8 and BA. RGB value is (150,200,186). Sum of RGB (Red+Green+Blue) = 150+200+186=536 (70% of max value = 765). Red value is 150 (58.98% from 255 or 27.99% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 200 - color contains mainly: green. Hex color #96C8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C8BA is #693745. Grayscale: #B7B7B7. Windows color (decimal): -6895430 or 12241046. OLE color: 12241046.
HSL color Cylindrical-coordinate representation of color #96C8BA: hue angle of 163.2º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96C8BA is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 200 | 186 | - |
| CMYK | 0.25 | 0 | 0.07 | 0.22 |
| HSL | 163.2º | 0.31% | 0.69% | - |
| HSV(B) | 163.2º | 0.25% | 0.78% | - |
| XYZ | 42.09 | 51.34 | 54.14 | - |
| YUV | 183.45 | 129.44 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 200 | 186 | 0.25 | 0 | 0.07 | 0.22 | 163.2 | 0.31 | 0.69 |
| Hex | 96 | C8 | BA | 19 | 0 | 7 | 16 | A3 | 1F | 45 |
| Octal | 226 | 310 | 272 | 31 | 0 | 7 | 26 | 243 | 37 | 105 |
| Binary | 10010110 | 11001000 | 10111010 | 11001 | 0 | 111 | 10110 | 10100011 | 11111 | 1000101 |
Color Harmonies of #96C8BA
Complementary color
Monochromatic Colors of #96C8BA
Black with #96C8BA
Text Example
Text Example
White with #96C8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C8BA; }
p { color: rgb(150,200,186); }
H1.HeaderClassName
{
color: #96C8BA;
}
.AnyTagClassName
{
color: #96C8BA;
}
</style>
background-color css
<style>
a { background-color: #96C8BA; }
a { background-color: rgb(150,200,186); }
div.DivClassName
{
background-color: #96C8BA;
}
.BgClassName
{
background-color: #96C8BA;
}
</style>
border-color css
<style>
span { border-color: #96C8BA; }
span { border-color: rgb(150,200,186); }
td.TdClassName
{
border-color: #96C8BA;
}
.TagClassName
{
border-color: #96C8BA;
}
</style>