Shades of Shadow Green #96BFBE
Tints of Shadow Green #96BFBE
RGB
CMYK
RGB Variations
Color information
#96BFBE (or 0x96BFBE) is known color: Shadow Green. HEX triplet: 96, BF and BE. RGB value is (150,191,190). Sum of RGB (Red+Green+Blue) = 150+191+190=531 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.25% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 191 - color contains mainly: green. Hex color #96BFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BFBE is #694041. Grayscale: #B2B2B2. Windows color (decimal): -6897730 or 12500886. OLE color: 12500886.
HSL color Cylindrical-coordinate representation of color #96BFBE: hue angle of 178.54º 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 #96BFBE is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 191 | 190 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.25 |
| HSL | 178.54º | 0.24% | 0.67% | - |
| HSV(B) | 178.54º | 0.21% | 0.75% | - |
| XYZ | 40.5 | 47.46 | 55.74 | - |
| YUV | 178.63 | 134.42 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 191 | 190 | 0.21 | 0 | 0.01 | 0.25 | 178.54 | 0.24 | 0.67 |
| Hex | 96 | BF | BE | 15 | 0 | 1 | 19 | B3 | 18 | 43 |
| Octal | 226 | 277 | 276 | 25 | 0 | 1 | 31 | 263 | 30 | 103 |
| Binary | 10010110 | 10111111 | 10111110 | 10101 | 0 | 1 | 11001 | 10110011 | 11000 | 1000011 |
Color Harmonies of #96BFBE
Complementary color
Monochromatic Colors of #96BFBE
Black with #96BFBE
Text Example
Text Example
White with #96BFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BFBE; }
p { color: rgb(150,191,190); }
H1.HeaderClassName
{
color: #96BFBE;
}
.AnyTagClassName
{
color: #96BFBE;
}
</style>
background-color css
<style>
a { background-color: #96BFBE; }
a { background-color: rgb(150,191,190); }
div.DivClassName
{
background-color: #96BFBE;
}
.BgClassName
{
background-color: #96BFBE;
}
</style>
border-color css
<style>
span { border-color: #96BFBE; }
span { border-color: rgb(150,191,190); }
td.TdClassName
{
border-color: #96BFBE;
}
.TagClassName
{
border-color: #96BFBE;
}
</style>