Shades of Dark Sea Green #97C48E
Tints of Dark Sea Green #97C48E
RGB
CMYK
RGB Variations
Color information
#97C48E (or 0x97C48E) is known color: Dark Sea Green. HEX triplet: 97, C4 and 8E. RGB value is (151,196,142). Sum of RGB (Red+Green+Blue) = 151+196+142=489 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.88% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 196 - color contains mainly: green. Hex color #97C48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C48E is #683B71. Grayscale: #B0B0B0. Windows color (decimal): -6830962 or 9356439. OLE color: 9356439.
HSL color Cylindrical-coordinate representation of color #97C48E: hue angle of 110º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #97C48E is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 196 | 142 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.23 |
| HSL | 110º | 0.31% | 0.66% | - |
| HSV(B) | 110º | 0.28% | 0.77% | - |
| XYZ | 37.38 | 48.01 | 32.89 | - |
| YUV | 176.39 | 108.59 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 196 | 142 | 0.23 | 0 | 0.28 | 0.23 | 110 | 0.31 | 0.66 |
| Hex | 97 | C4 | 8E | 17 | 0 | 1C | 17 | 6E | 1F | 42 |
| Octal | 227 | 304 | 216 | 27 | 0 | 34 | 27 | 156 | 37 | 102 |
| Binary | 10010111 | 11000100 | 10001110 | 10111 | 0 | 11100 | 10111 | 1101110 | 11111 | 1000010 |
Color Harmonies of #97C48E
Complementary color
Monochromatic Colors of #97C48E
Black with #97C48E
Text Example
Text Example
White with #97C48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C48E; }
p { color: rgb(151,196,142); }
H1.HeaderClassName
{
color: #97C48E;
}
.AnyTagClassName
{
color: #97C48E;
}
</style>
background-color css
<style>
a { background-color: #97C48E; }
a { background-color: rgb(151,196,142); }
div.DivClassName
{
background-color: #97C48E;
}
.BgClassName
{
background-color: #97C48E;
}
</style>
border-color css
<style>
span { border-color: #97C48E; }
span { border-color: rgb(151,196,142); }
td.TdClassName
{
border-color: #97C48E;
}
.TagClassName
{
border-color: #97C48E;
}
</style>