Shades of Dark Sea Green #96B997
Tints of Dark Sea Green #96B997
RGB
CMYK
RGB Variations
Color information
#96B997 (or 0x96B997) is known color: Dark Sea Green. HEX triplet: 96, B9 and 97. RGB value is (150,185,151). Sum of RGB (Red+Green+Blue) = 150+185+151=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 185 - color contains mainly: green. Hex color #96B997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B997 is #694668. Grayscale: #AAAAAA. Windows color (decimal): -6899305 or 9943446. OLE color: 9943446.
HSL color Cylindrical-coordinate representation of color #96B997: hue angle of 121.71º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #96B997 is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 185 | 151 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.27 |
| HSL | 121.71º | 0.2% | 0.66% | - |
| HSV(B) | 121.71º | 0.19% | 0.73% | - |
| XYZ | 35.51 | 43.42 | 35.79 | - |
| YUV | 170.66 | 116.9 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 185 | 151 | 0.19 | 0 | 0.18 | 0.27 | 121.71 | 0.2 | 0.66 |
| Hex | 96 | B9 | 97 | 13 | 0 | 12 | 1B | 7A | 14 | 42 |
| Octal | 226 | 271 | 227 | 23 | 0 | 22 | 33 | 172 | 24 | 102 |
| Binary | 10010110 | 10111001 | 10010111 | 10011 | 0 | 10010 | 11011 | 1111010 | 10100 | 1000010 |
Color Harmonies of #96B997
Complementary color
Monochromatic Colors of #96B997
Black with #96B997
Text Example
Text Example
White with #96B997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B997; }
p { color: rgb(150,185,151); }
H1.HeaderClassName
{
color: #96B997;
}
.AnyTagClassName
{
color: #96B997;
}
</style>
background-color css
<style>
a { background-color: #96B997; }
a { background-color: rgb(150,185,151); }
div.DivClassName
{
background-color: #96B997;
}
.BgClassName
{
background-color: #96B997;
}
</style>
border-color css
<style>
span { border-color: #96B997; }
span { border-color: rgb(150,185,151); }
td.TdClassName
{
border-color: #96B997;
}
.TagClassName
{
border-color: #96B997;
}
</style>