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