Shades of Shadow Green #96CFBC
Tints of Shadow Green #96CFBC
RGB
CMYK
RGB Variations
Color information
#96CFBC (or 0x96CFBC) is known color: Shadow Green. HEX triplet: 96, CF and BC. RGB value is (150,207,188). Sum of RGB (Red+Green+Blue) = 150+207+188=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #96CFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CFBC is #693043. Grayscale: #BBBBBB. Windows color (decimal): -6893636 or 12373910. OLE color: 12373910.
HSL color Cylindrical-coordinate representation of color #96CFBC: hue angle of 160º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96CFBC is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 188 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.19 |
| HSL | 160º | 0.37% | 0.7% | - |
| HSV(B) | 160º | 0.28% | 0.81% | - |
| XYZ | 43.97 | 54.74 | 55.83 | - |
| YUV | 187.79 | 128.12 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 188 | 0.28 | 0 | 0.09 | 0.19 | 160 | 0.37 | 0.7 |
| Hex | 96 | CF | BC | 1C | 0 | 9 | 13 | A0 | 25 | 46 |
| Octal | 226 | 317 | 274 | 34 | 0 | 11 | 23 | 240 | 45 | 106 |
| Binary | 10010110 | 11001111 | 10111100 | 11100 | 0 | 1001 | 10011 | 10100000 | 100101 | 1000110 |
Color Harmonies of #96CFBC
Complementary color
Monochromatic Colors of #96CFBC
Black with #96CFBC
Text Example
Text Example
White with #96CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CFBC; }
p { color: rgb(150,207,188); }
H1.HeaderClassName
{
color: #96CFBC;
}
.AnyTagClassName
{
color: #96CFBC;
}
</style>
background-color css
<style>
a { background-color: #96CFBC; }
a { background-color: rgb(150,207,188); }
div.DivClassName
{
background-color: #96CFBC;
}
.BgClassName
{
background-color: #96CFBC;
}
</style>
border-color css
<style>
span { border-color: #96CFBC; }
span { border-color: rgb(150,207,188); }
td.TdClassName
{
border-color: #96CFBC;
}
.TagClassName
{
border-color: #96CFBC;
}
</style>