Shades of Shadow Green #96CFBE
Tints of Shadow Green #96CFBE
RGB
CMYK
RGB Variations
Color information
#96CFBE (or 0x96CFBE) is known color: Shadow Green. HEX triplet: 96, CF and BE. RGB value is (150,207,190). Sum of RGB (Red+Green+Blue) = 150+207+190=547 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.42% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 207 - color contains mainly: green. Hex color #96CFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CFBE is #693041. Grayscale: #BCBCBC. Windows color (decimal): -6893634 or 12504982. OLE color: 12504982.
HSL color Cylindrical-coordinate representation of color #96CFBE: hue angle of 162.11º 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 #96CFBE is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 190 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.19 |
| HSL | 162.11º | 0.37% | 0.7% | - |
| HSV(B) | 162.11º | 0.28% | 0.81% | - |
| XYZ | 44.18 | 54.83 | 56.97 | - |
| YUV | 188.02 | 129.12 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 190 | 0.28 | 0 | 0.08 | 0.19 | 162.11 | 0.37 | 0.7 |
| Hex | 96 | CF | BE | 1C | 0 | 8 | 13 | A2 | 25 | 46 |
| Octal | 226 | 317 | 276 | 34 | 0 | 10 | 23 | 242 | 45 | 106 |
| Binary | 10010110 | 11001111 | 10111110 | 11100 | 0 | 1000 | 10011 | 10100010 | 100101 | 1000110 |
Color Harmonies of #96CFBE
Complementary color
Monochromatic Colors of #96CFBE
Black with #96CFBE
Text Example
Text Example
White with #96CFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CFBE; }
p { color: rgb(150,207,190); }
H1.HeaderClassName
{
color: #96CFBE;
}
.AnyTagClassName
{
color: #96CFBE;
}
</style>
background-color css
<style>
a { background-color: #96CFBE; }
a { background-color: rgb(150,207,190); }
div.DivClassName
{
background-color: #96CFBE;
}
.BgClassName
{
background-color: #96CFBE;
}
</style>
border-color css
<style>
span { border-color: #96CFBE; }
span { border-color: rgb(150,207,190); }
td.TdClassName
{
border-color: #96CFBE;
}
.TagClassName
{
border-color: #96CFBE;
}
</style>