Shades of Dark Sea Green #97C192
Tints of Dark Sea Green #97C192
RGB
CMYK
RGB Variations
Color information
#97C192 (or 0x97C192) is known color: Dark Sea Green. HEX triplet: 97, C1 and 92. RGB value is (151,193,146). Sum of RGB (Red+Green+Blue) = 151+193+146=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 193 - color contains mainly: green. Hex color #97C192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C192 is #683E6D. Grayscale: #AFAFAF. Windows color (decimal): -6831726 or 9617815. OLE color: 9617815.
HSL color Cylindrical-coordinate representation of color #97C192: hue angle of 113.62º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #97C192 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 193 | 146 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.24 |
| HSL | 113.62º | 0.27% | 0.66% | - |
| HSV(B) | 113.62º | 0.24% | 0.76% | - |
| XYZ | 37.02 | 46.79 | 34.28 | - |
| YUV | 175.08 | 111.59 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 193 | 146 | 0.22 | 0 | 0.24 | 0.24 | 113.62 | 0.27 | 0.66 |
| Hex | 97 | C1 | 92 | 16 | 0 | 18 | 18 | 72 | 1B | 42 |
| Octal | 227 | 301 | 222 | 26 | 0 | 30 | 30 | 162 | 33 | 102 |
| Binary | 10010111 | 11000001 | 10010010 | 10110 | 0 | 11000 | 11000 | 1110010 | 11011 | 1000010 |
Color Harmonies of #97C192
Complementary color
Monochromatic Colors of #97C192
Black with #97C192
Text Example
Text Example
White with #97C192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C192; }
p { color: rgb(151,193,146); }
H1.HeaderClassName
{
color: #97C192;
}
.AnyTagClassName
{
color: #97C192;
}
</style>
background-color css
<style>
a { background-color: #97C192; }
a { background-color: rgb(151,193,146); }
div.DivClassName
{
background-color: #97C192;
}
.BgClassName
{
background-color: #97C192;
}
</style>
border-color css
<style>
span { border-color: #97C192; }
span { border-color: rgb(151,193,146); }
td.TdClassName
{
border-color: #97C192;
}
.TagClassName
{
border-color: #97C192;
}
</style>