Shades of Dark Sea Green #97C093
Tints of Dark Sea Green #97C093
RGB
CMYK
RGB Variations
Color information
#97C093 (or 0x97C093) is known color: Dark Sea Green. HEX triplet: 97, C0 and 93. RGB value is (151,192,147). Sum of RGB (Red+Green+Blue) = 151+192+147=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 192 - color contains mainly: green. Hex color #97C093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C093 is #683F6C. Grayscale: #AEAEAE. Windows color (decimal): -6831981 or 9683095. OLE color: 9683095.
HSL color Cylindrical-coordinate representation of color #97C093: hue angle of 114.67º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97C093 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 192 | 147 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.25 |
| HSL | 114.67º | 0.26% | 0.66% | - |
| HSV(B) | 114.67º | 0.23% | 0.75% | - |
| XYZ | 36.88 | 46.39 | 34.61 | - |
| YUV | 174.61 | 112.42 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 192 | 147 | 0.21 | 0 | 0.23 | 0.25 | 114.67 | 0.26 | 0.66 |
| Hex | 97 | C0 | 93 | 15 | 0 | 17 | 19 | 73 | 1A | 42 |
| Octal | 227 | 300 | 223 | 25 | 0 | 27 | 31 | 163 | 32 | 102 |
| Binary | 10010111 | 11000000 | 10010011 | 10101 | 0 | 10111 | 11001 | 1110011 | 11010 | 1000010 |
Color Harmonies of #97C093
Complementary color
Monochromatic Colors of #97C093
Black with #97C093
Text Example
Text Example
White with #97C093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C093; }
p { color: rgb(151,192,147); }
H1.HeaderClassName
{
color: #97C093;
}
.AnyTagClassName
{
color: #97C093;
}
</style>
background-color css
<style>
a { background-color: #97C093; }
a { background-color: rgb(151,192,147); }
div.DivClassName
{
background-color: #97C093;
}
.BgClassName
{
background-color: #97C093;
}
</style>
border-color css
<style>
span { border-color: #97C093; }
span { border-color: rgb(151,192,147); }
td.TdClassName
{
border-color: #97C093;
}
.TagClassName
{
border-color: #97C093;
}
</style>