Shades of Shadow Green #96CFBB
Tints of Shadow Green #96CFBB
RGB
CMYK
RGB Variations
Color information
#96CFBB (or 0x96CFBB) is known color: Shadow Green. HEX triplet: 96, CF and BB. RGB value is (150,207,187). Sum of RGB (Red+Green+Blue) = 150+207+187=544 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.57% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 187 (73.44% from 255 or 34.38% from 544); Max value from RGB is 207 - color contains mainly: green. Hex color #96CFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CFBB is #693044. Grayscale: #BBBBBB. Windows color (decimal): -6893637 or 12308374. OLE color: 12308374.
HSL color Cylindrical-coordinate representation of color #96CFBB: hue angle of 158.95º 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 #96CFBB is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 187 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.19 |
| HSL | 158.95º | 0.37% | 0.7% | - |
| HSV(B) | 158.95º | 0.28% | 0.81% | - |
| XYZ | 43.86 | 54.7 | 55.26 | - |
| YUV | 187.68 | 127.62 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 187 | 0.28 | 0 | 0.10 | 0.19 | 158.95 | 0.37 | 0.7 |
| Hex | 96 | CF | BB | 1C | 0 | A | 13 | 9F | 25 | 46 |
| Octal | 226 | 317 | 273 | 34 | 0 | 12 | 23 | 237 | 45 | 106 |
| Binary | 10010110 | 11001111 | 10111011 | 11100 | 0 | 1010 | 10011 | 10011111 | 100101 | 1000110 |
Color Harmonies of #96CFBB
Complementary color
Monochromatic Colors of #96CFBB
Black with #96CFBB
Text Example
Text Example
White with #96CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CFBB; }
p { color: rgb(150,207,187); }
H1.HeaderClassName
{
color: #96CFBB;
}
.AnyTagClassName
{
color: #96CFBB;
}
</style>
background-color css
<style>
a { background-color: #96CFBB; }
a { background-color: rgb(150,207,187); }
div.DivClassName
{
background-color: #96CFBB;
}
.BgClassName
{
background-color: #96CFBB;
}
</style>
border-color css
<style>
span { border-color: #96CFBB; }
span { border-color: rgb(150,207,187); }
td.TdClassName
{
border-color: #96CFBB;
}
.TagClassName
{
border-color: #96CFBB;
}
</style>