Shades of Shadow Green #96CBBD
Tints of Shadow Green #96CBBD
RGB
CMYK
RGB Variations
Color information
#96CBBD (or 0x96CBBD) is known color: Shadow Green. HEX triplet: 96, CB and BD. RGB value is (150,203,189). Sum of RGB (Red+Green+Blue) = 150+203+189=542 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.68% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 203 - color contains mainly: green. Hex color #96CBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CBBD is #693442. Grayscale: #B9B9B9. Windows color (decimal): -6894659 or 12438422. OLE color: 12438422.
HSL color Cylindrical-coordinate representation of color #96CBBD: hue angle of 164.15º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CBBD is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 203 | 189 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.20 |
| HSL | 164.15º | 0.34% | 0.69% | - |
| HSV(B) | 164.15º | 0.26% | 0.8% | - |
| XYZ | 43.12 | 52.87 | 56.08 | - |
| YUV | 185.56 | 129.94 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 203 | 189 | 0.26 | 0 | 0.07 | 0.20 | 164.15 | 0.34 | 0.69 |
| Hex | 96 | CB | BD | 1A | 0 | 7 | 14 | A4 | 22 | 45 |
| Octal | 226 | 313 | 275 | 32 | 0 | 7 | 24 | 244 | 42 | 105 |
| Binary | 10010110 | 11001011 | 10111101 | 11010 | 0 | 111 | 10100 | 10100100 | 100010 | 1000101 |
Color Harmonies of #96CBBD
Complementary color
Monochromatic Colors of #96CBBD
Black with #96CBBD
Text Example
Text Example
White with #96CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CBBD; }
p { color: rgb(150,203,189); }
H1.HeaderClassName
{
color: #96CBBD;
}
.AnyTagClassName
{
color: #96CBBD;
}
</style>
background-color css
<style>
a { background-color: #96CBBD; }
a { background-color: rgb(150,203,189); }
div.DivClassName
{
background-color: #96CBBD;
}
.BgClassName
{
background-color: #96CBBD;
}
</style>
border-color css
<style>
span { border-color: #96CBBD; }
span { border-color: rgb(150,203,189); }
td.TdClassName
{
border-color: #96CBBD;
}
.TagClassName
{
border-color: #96CBBD;
}
</style>