Shades of Shadow Green #96C1BD
Tints of Shadow Green #96C1BD
RGB
CMYK
RGB Variations
Color information
#96C1BD (or 0x96C1BD) is known color: Shadow Green. HEX triplet: 96, C1 and BD. RGB value is (150,193,189). Sum of RGB (Red+Green+Blue) = 150+193+189=532 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.20% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 193 - color contains mainly: green. Hex color #96C1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C1BD is #693E42. Grayscale: #B3B3B3. Windows color (decimal): -6897219 or 12435862. OLE color: 12435862.
HSL color Cylindrical-coordinate representation of color #96C1BD: hue angle of 174.42º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #96C1BD is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 193 | 189 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.24 |
| HSL | 174.42º | 0.26% | 0.67% | - |
| HSV(B) | 174.42º | 0.22% | 0.76% | - |
| XYZ | 40.83 | 48.3 | 55.31 | - |
| YUV | 179.69 | 133.25 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 193 | 189 | 0.22 | 0 | 0.02 | 0.24 | 174.42 | 0.26 | 0.67 |
| Hex | 96 | C1 | BD | 16 | 0 | 2 | 18 | AE | 1A | 43 |
| Octal | 226 | 301 | 275 | 26 | 0 | 2 | 30 | 256 | 32 | 103 |
| Binary | 10010110 | 11000001 | 10111101 | 10110 | 0 | 10 | 11000 | 10101110 | 11010 | 1000011 |
Color Harmonies of #96C1BD
Complementary color
Monochromatic Colors of #96C1BD
Black with #96C1BD
Text Example
Text Example
White with #96C1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C1BD; }
p { color: rgb(150,193,189); }
H1.HeaderClassName
{
color: #96C1BD;
}
.AnyTagClassName
{
color: #96C1BD;
}
</style>
background-color css
<style>
a { background-color: #96C1BD; }
a { background-color: rgb(150,193,189); }
div.DivClassName
{
background-color: #96C1BD;
}
.BgClassName
{
background-color: #96C1BD;
}
</style>
border-color css
<style>
span { border-color: #96C1BD; }
span { border-color: rgb(150,193,189); }
td.TdClassName
{
border-color: #96C1BD;
}
.TagClassName
{
border-color: #96C1BD;
}
</style>