Shades of Dark Sea Green #97C592
Tints of Dark Sea Green #97C592
RGB
CMYK
RGB Variations
Color information
#97C592 (or 0x97C592) is known color: Dark Sea Green. HEX triplet: 97, C5 and 92. RGB value is (151,197,146). Sum of RGB (Red+Green+Blue) = 151+197+146=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 197 - color contains mainly: green. Hex color #97C592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C592 is #683A6D. Grayscale: #B1B1B1. Windows color (decimal): -6830702 or 9618839. OLE color: 9618839.
HSL color Cylindrical-coordinate representation of color #97C592: hue angle of 114.12º 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 #97C592 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 197 | 146 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.23 |
| HSL | 114.12º | 0.31% | 0.67% | - |
| HSV(B) | 114.12º | 0.26% | 0.77% | - |
| XYZ | 37.92 | 48.59 | 34.57 | - |
| YUV | 177.43 | 110.26 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 197 | 146 | 0.23 | 0 | 0.26 | 0.23 | 114.12 | 0.31 | 0.67 |
| Hex | 97 | C5 | 92 | 17 | 0 | 1A | 17 | 72 | 1F | 43 |
| Octal | 227 | 305 | 222 | 27 | 0 | 32 | 27 | 162 | 37 | 103 |
| Binary | 10010111 | 11000101 | 10010010 | 10111 | 0 | 11010 | 10111 | 1110010 | 11111 | 1000011 |
Color Harmonies of #97C592
Complementary color
Monochromatic Colors of #97C592
Black with #97C592
Text Example
Text Example
White with #97C592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C592; }
p { color: rgb(151,197,146); }
H1.HeaderClassName
{
color: #97C592;
}
.AnyTagClassName
{
color: #97C592;
}
</style>
background-color css
<style>
a { background-color: #97C592; }
a { background-color: rgb(151,197,146); }
div.DivClassName
{
background-color: #97C592;
}
.BgClassName
{
background-color: #97C592;
}
</style>
border-color css
<style>
span { border-color: #97C592; }
span { border-color: rgb(151,197,146); }
td.TdClassName
{
border-color: #97C592;
}
.TagClassName
{
border-color: #97C592;
}
</style>