Shades of Shadow Green #96CBBA
Tints of Shadow Green #96CBBA
RGB
CMYK
RGB Variations
Color information
#96CBBA (or 0x96CBBA) is known color: Shadow Green. HEX triplet: 96, CB and BA. RGB value is (150,203,186). Sum of RGB (Red+Green+Blue) = 150+203+186=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 203 - color contains mainly: green. Hex color #96CBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CBBA is #693445. Grayscale: #B9B9B9. Windows color (decimal): -6894662 or 12241814. OLE color: 12241814.
HSL color Cylindrical-coordinate representation of color #96CBBA: hue angle of 160.75º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96CBBA is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 203 | 186 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.20 |
| HSL | 160.75º | 0.34% | 0.69% | - |
| HSV(B) | 160.75º | 0.26% | 0.8% | - |
| XYZ | 42.8 | 52.74 | 54.38 | - |
| YUV | 185.22 | 128.44 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 203 | 186 | 0.26 | 0 | 0.08 | 0.20 | 160.75 | 0.34 | 0.69 |
| Hex | 96 | CB | BA | 1A | 0 | 8 | 14 | A1 | 22 | 45 |
| Octal | 226 | 313 | 272 | 32 | 0 | 10 | 24 | 241 | 42 | 105 |
| Binary | 10010110 | 11001011 | 10111010 | 11010 | 0 | 1000 | 10100 | 10100001 | 100010 | 1000101 |
Color Harmonies of #96CBBA
Complementary color
Monochromatic Colors of #96CBBA
Black with #96CBBA
Text Example
Text Example
White with #96CBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CBBA; }
p { color: rgb(150,203,186); }
H1.HeaderClassName
{
color: #96CBBA;
}
.AnyTagClassName
{
color: #96CBBA;
}
</style>
background-color css
<style>
a { background-color: #96CBBA; }
a { background-color: rgb(150,203,186); }
div.DivClassName
{
background-color: #96CBBA;
}
.BgClassName
{
background-color: #96CBBA;
}
</style>
border-color css
<style>
span { border-color: #96CBBA; }
span { border-color: rgb(150,203,186); }
td.TdClassName
{
border-color: #96CBBA;
}
.TagClassName
{
border-color: #96CBBA;
}
</style>