Shades of Dark Sea Green #97C08D
Tints of Dark Sea Green #97C08D
RGB
CMYK
RGB Variations
Color information
#97C08D (or 0x97C08D) is known color: Dark Sea Green. HEX triplet: 97, C0 and 8D. RGB value is (151,192,141). Sum of RGB (Red+Green+Blue) = 151+192+141=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 192 - color contains mainly: green. Hex color #97C08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C08D is #683F72. Grayscale: #AEAEAE. Windows color (decimal): -6831987 or 9289879. OLE color: 9289879.
HSL color Cylindrical-coordinate representation of color #97C08D: hue angle of 108.24º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97C08D is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 192 | 141 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.25 |
| HSL | 108.24º | 0.29% | 0.65% | - |
| HSV(B) | 108.24º | 0.27% | 0.75% | - |
| XYZ | 36.42 | 46.2 | 32.2 | - |
| YUV | 173.93 | 109.42 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 192 | 141 | 0.21 | 0 | 0.27 | 0.25 | 108.24 | 0.29 | 0.65 |
| Hex | 97 | C0 | 8D | 15 | 0 | 1B | 19 | 6C | 1D | 41 |
| Octal | 227 | 300 | 215 | 25 | 0 | 33 | 31 | 154 | 35 | 101 |
| Binary | 10010111 | 11000000 | 10001101 | 10101 | 0 | 11011 | 11001 | 1101100 | 11101 | 1000001 |
Color Harmonies of #97C08D
Complementary color
Monochromatic Colors of #97C08D
Black with #97C08D
Text Example
Text Example
White with #97C08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C08D; }
p { color: rgb(151,192,141); }
H1.HeaderClassName
{
color: #97C08D;
}
.AnyTagClassName
{
color: #97C08D;
}
</style>
background-color css
<style>
a { background-color: #97C08D; }
a { background-color: rgb(151,192,141); }
div.DivClassName
{
background-color: #97C08D;
}
.BgClassName
{
background-color: #97C08D;
}
</style>
border-color css
<style>
span { border-color: #97C08D; }
span { border-color: rgb(151,192,141); }
td.TdClassName
{
border-color: #97C08D;
}
.TagClassName
{
border-color: #97C08D;
}
</style>