Shades of Shadow Green #96BFBB
Tints of Shadow Green #96BFBB
RGB
CMYK
RGB Variations
Color information
#96BFBB (or 0x96BFBB) is known color: Shadow Green. HEX triplet: 96, BF and BB. RGB value is (150,191,187). Sum of RGB (Red+Green+Blue) = 150+191+187=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 191 - color contains mainly: green. Hex color #96BFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BFBB is #694044. Grayscale: #B2B2B2. Windows color (decimal): -6897733 or 12304278. OLE color: 12304278.
HSL color Cylindrical-coordinate representation of color #96BFBB: hue angle of 174.15º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96BFBB is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 191 | 187 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.25 |
| HSL | 174.15º | 0.24% | 0.67% | - |
| HSV(B) | 174.15º | 0.21% | 0.75% | - |
| XYZ | 40.18 | 47.33 | 54.03 | - |
| YUV | 178.29 | 132.92 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 191 | 187 | 0.21 | 0 | 0.02 | 0.25 | 174.15 | 0.24 | 0.67 |
| Hex | 96 | BF | BB | 15 | 0 | 2 | 19 | AE | 18 | 43 |
| Octal | 226 | 277 | 273 | 25 | 0 | 2 | 31 | 256 | 30 | 103 |
| Binary | 10010110 | 10111111 | 10111011 | 10101 | 0 | 10 | 11001 | 10101110 | 11000 | 1000011 |
Color Harmonies of #96BFBB
Complementary color
Monochromatic Colors of #96BFBB
Black with #96BFBB
Text Example
Text Example
White with #96BFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BFBB; }
p { color: rgb(150,191,187); }
H1.HeaderClassName
{
color: #96BFBB;
}
.AnyTagClassName
{
color: #96BFBB;
}
</style>
background-color css
<style>
a { background-color: #96BFBB; }
a { background-color: rgb(150,191,187); }
div.DivClassName
{
background-color: #96BFBB;
}
.BgClassName
{
background-color: #96BFBB;
}
</style>
border-color css
<style>
span { border-color: #96BFBB; }
span { border-color: rgb(150,191,187); }
td.TdClassName
{
border-color: #96BFBB;
}
.TagClassName
{
border-color: #96BFBB;
}
</style>