Shades of Dark Sea Green #97C591
Tints of Dark Sea Green #97C591
RGB
CMYK
RGB Variations
Color information
#97C591 (or 0x97C591) is known color: Dark Sea Green. HEX triplet: 97, C5 and 91. RGB value is (151,197,145). Sum of RGB (Red+Green+Blue) = 151+197+145=493 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.63% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 145 (57.03% from 255 or 29.41% from 493); Max value from RGB is 197 - color contains mainly: green. Hex color #97C591 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C591 is #683A6E. Grayscale: #B1B1B1. Windows color (decimal): -6830703 or 9553303. OLE color: 9553303.
HSL color Cylindrical-coordinate representation of color #97C591: hue angle of 113.08º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97C591 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 197 | 145 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.23 |
| HSL | 113.08º | 0.31% | 0.67% | - |
| HSV(B) | 113.08º | 0.26% | 0.77% | - |
| XYZ | 37.84 | 48.56 | 34.17 | - |
| YUV | 177.32 | 109.76 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 197 | 145 | 0.23 | 0 | 0.26 | 0.23 | 113.08 | 0.31 | 0.67 |
| Hex | 97 | C5 | 91 | 17 | 0 | 1A | 17 | 71 | 1F | 43 |
| Octal | 227 | 305 | 221 | 27 | 0 | 32 | 27 | 161 | 37 | 103 |
| Binary | 10010111 | 11000101 | 10010001 | 10111 | 0 | 11010 | 10111 | 1110001 | 11111 | 1000011 |
Color Harmonies of #97C591
Complementary color
Monochromatic Colors of #97C591
Black with #97C591
Text Example
Text Example
White with #97C591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C591; }
p { color: rgb(151,197,145); }
H1.HeaderClassName
{
color: #97C591;
}
.AnyTagClassName
{
color: #97C591;
}
</style>
background-color css
<style>
a { background-color: #97C591; }
a { background-color: rgb(151,197,145); }
div.DivClassName
{
background-color: #97C591;
}
.BgClassName
{
background-color: #97C591;
}
</style>
border-color css
<style>
span { border-color: #97C591; }
span { border-color: rgb(151,197,145); }
td.TdClassName
{
border-color: #97C591;
}
.TagClassName
{
border-color: #97C591;
}
</style>