Shades of Dark Sea Green #97C696
Tints of Dark Sea Green #97C696
RGB
CMYK
RGB Variations
Color information
#97C696 (or 0x97C696) is known color: Dark Sea Green. HEX triplet: 97, C6 and 96. RGB value is (151,198,150). Sum of RGB (Red+Green+Blue) = 151+198+150=499 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.26% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 198 - color contains mainly: green. Hex color #97C696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C696 is #683969. Grayscale: #B2B2B2. Windows color (decimal): -6830442 or 9881239. OLE color: 9881239.
HSL color Cylindrical-coordinate representation of color #97C696: hue angle of 118.75º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #97C696 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 151 | 198 | 150 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.22 |
| HSL | 118.75º | 0.3% | 0.68% | - |
| HSV(B) | 118.75º | 0.24% | 0.78% | - |
| XYZ | 38.46 | 49.17 | 36.32 | - |
| YUV | 178.48 | 111.93 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 198 | 150 | 0.24 | 0 | 0.24 | 0.22 | 118.75 | 0.3 | 0.68 |
| Hex | 97 | C6 | 96 | 18 | 0 | 18 | 16 | 77 | 1E | 44 |
| Octal | 227 | 306 | 226 | 30 | 0 | 30 | 26 | 167 | 36 | 104 |
| Binary | 10010111 | 11000110 | 10010110 | 11000 | 0 | 11000 | 10110 | 1110111 | 11110 | 1000100 |
Color Harmonies of #97C696
Complementary color
Monochromatic Colors of #97C696
Black with #97C696
Text Example
Text Example
White with #97C696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C696; }
p { color: rgb(151,198,150); }
H1.HeaderClassName
{
color: #97C696;
}
.AnyTagClassName
{
color: #97C696;
}
</style>
background-color css
<style>
a { background-color: #97C696; }
a { background-color: rgb(151,198,150); }
div.DivClassName
{
background-color: #97C696;
}
.BgClassName
{
background-color: #97C696;
}
</style>
border-color css
<style>
span { border-color: #97C696; }
span { border-color: rgb(151,198,150); }
td.TdClassName
{
border-color: #97C696;
}
.TagClassName
{
border-color: #97C696;
}
</style>