Shades of Shadow Green #96CEBE
Tints of Shadow Green #96CEBE
RGB
CMYK
RGB Variations
Color information
#96CEBE (or 0x96CEBE) is known color: Shadow Green. HEX triplet: 96, CE and BE. RGB value is (150,206,190). Sum of RGB (Red+Green+Blue) = 150+206+190=546 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.47% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #96CEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CEBE is #693141. Grayscale: #BBBBBB. Windows color (decimal): -6893890 or 12504726. OLE color: 12504726.
HSL color Cylindrical-coordinate representation of color #96CEBE: hue angle of 162.86º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CEBE is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 206 | 190 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.19 |
| HSL | 162.86º | 0.36% | 0.7% | - |
| HSV(B) | 162.86º | 0.27% | 0.81% | - |
| XYZ | 43.94 | 54.34 | 56.89 | - |
| YUV | 187.43 | 129.45 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 206 | 190 | 0.27 | 0 | 0.08 | 0.19 | 162.86 | 0.36 | 0.7 |
| Hex | 96 | CE | BE | 1B | 0 | 8 | 13 | A3 | 24 | 46 |
| Octal | 226 | 316 | 276 | 33 | 0 | 10 | 23 | 243 | 44 | 106 |
| Binary | 10010110 | 11001110 | 10111110 | 11011 | 0 | 1000 | 10011 | 10100011 | 100100 | 1000110 |
Color Harmonies of #96CEBE
Complementary color
Monochromatic Colors of #96CEBE
Black with #96CEBE
Text Example
Text Example
White with #96CEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CEBE; }
p { color: rgb(150,206,190); }
H1.HeaderClassName
{
color: #96CEBE;
}
.AnyTagClassName
{
color: #96CEBE;
}
</style>
background-color css
<style>
a { background-color: #96CEBE; }
a { background-color: rgb(150,206,190); }
div.DivClassName
{
background-color: #96CEBE;
}
.BgClassName
{
background-color: #96CEBE;
}
</style>
border-color css
<style>
span { border-color: #96CEBE; }
span { border-color: rgb(150,206,190); }
td.TdClassName
{
border-color: #96CEBE;
}
.TagClassName
{
border-color: #96CEBE;
}
</style>