Shades of Shadow Green #96CEBB
Tints of Shadow Green #96CEBB
RGB
CMYK
RGB Variations
Color information
#96CEBB (or 0x96CEBB) is known color: Shadow Green. HEX triplet: 96, CE and BB. RGB value is (150,206,187). Sum of RGB (Red+Green+Blue) = 150+206+187=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 206 - color contains mainly: green. Hex color #96CEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CEBB is #693144. Grayscale: #BBBBBB. Windows color (decimal): -6893893 or 12308118. OLE color: 12308118.
HSL color Cylindrical-coordinate representation of color #96CEBB: hue angle of 159.64º 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 #96CEBB is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 206 | 187 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.19 |
| HSL | 159.64º | 0.36% | 0.7% | - |
| HSV(B) | 159.64º | 0.27% | 0.81% | - |
| XYZ | 43.62 | 54.21 | 55.18 | - |
| YUV | 187.09 | 127.95 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 206 | 187 | 0.27 | 0 | 0.09 | 0.19 | 159.64 | 0.36 | 0.7 |
| Hex | 96 | CE | BB | 1B | 0 | 9 | 13 | A0 | 24 | 46 |
| Octal | 226 | 316 | 273 | 33 | 0 | 11 | 23 | 240 | 44 | 106 |
| Binary | 10010110 | 11001110 | 10111011 | 11011 | 0 | 1001 | 10011 | 10100000 | 100100 | 1000110 |
Color Harmonies of #96CEBB
Complementary color
Monochromatic Colors of #96CEBB
Black with #96CEBB
Text Example
Text Example
White with #96CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CEBB; }
p { color: rgb(150,206,187); }
H1.HeaderClassName
{
color: #96CEBB;
}
.AnyTagClassName
{
color: #96CEBB;
}
</style>
background-color css
<style>
a { background-color: #96CEBB; }
a { background-color: rgb(150,206,187); }
div.DivClassName
{
background-color: #96CEBB;
}
.BgClassName
{
background-color: #96CEBB;
}
</style>
border-color css
<style>
span { border-color: #96CEBB; }
span { border-color: rgb(150,206,187); }
td.TdClassName
{
border-color: #96CEBB;
}
.TagClassName
{
border-color: #96CEBB;
}
</style>