Shades of Dark Sea Green #97C58C
Tints of Dark Sea Green #97C58C
RGB
CMYK
RGB Variations
Color information
#97C58C (or 0x97C58C) is known color: Dark Sea Green. HEX triplet: 97, C5 and 8C. RGB value is (151,197,140). Sum of RGB (Red+Green+Blue) = 151+197+140=488 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.94% from 488); Green value is 197 (77.34% from 255 or 40.37% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 197 - color contains mainly: green. Hex color #97C58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C58C is #683A73. Grayscale: #B0B0B0. Windows color (decimal): -6830708 or 9225623. OLE color: 9225623.
HSL color Cylindrical-coordinate representation of color #97C58C: hue angle of 108.42º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97C58C is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 197 | 140 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.23 |
| HSL | 108.42º | 0.33% | 0.66% | - |
| HSV(B) | 108.42º | 0.29% | 0.77% | - |
| XYZ | 37.46 | 48.41 | 32.18 | - |
| YUV | 176.75 | 107.26 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 197 | 140 | 0.23 | 0 | 0.29 | 0.23 | 108.42 | 0.33 | 0.66 |
| Hex | 97 | C5 | 8C | 17 | 0 | 1D | 17 | 6C | 21 | 42 |
| Octal | 227 | 305 | 214 | 27 | 0 | 35 | 27 | 154 | 41 | 102 |
| Binary | 10010111 | 11000101 | 10001100 | 10111 | 0 | 11101 | 10111 | 1101100 | 100001 | 1000010 |
Color Harmonies of #97C58C
Complementary color
Monochromatic Colors of #97C58C
Black with #97C58C
Text Example
Text Example
White with #97C58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C58C; }
p { color: rgb(151,197,140); }
H1.HeaderClassName
{
color: #97C58C;
}
.AnyTagClassName
{
color: #97C58C;
}
</style>
background-color css
<style>
a { background-color: #97C58C; }
a { background-color: rgb(151,197,140); }
div.DivClassName
{
background-color: #97C58C;
}
.BgClassName
{
background-color: #97C58C;
}
</style>
border-color css
<style>
span { border-color: #97C58C; }
span { border-color: rgb(151,197,140); }
td.TdClassName
{
border-color: #97C58C;
}
.TagClassName
{
border-color: #97C58C;
}
</style>