Shades of Dark Sea Green #97C098
Tints of Dark Sea Green #97C098
RGB
CMYK
RGB Variations
Color information
#97C098 (or 0x97C098) is known color: Dark Sea Green. HEX triplet: 97, C0 and 98. RGB value is (151,192,152). Sum of RGB (Red+Green+Blue) = 151+192+152=495 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.51% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 192 - color contains mainly: green. Hex color #97C098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C098 is #683F67. Grayscale: #AFAFAF. Windows color (decimal): -6831976 or 10010775. OLE color: 10010775.
HSL color Cylindrical-coordinate representation of color #97C098: hue angle of 121.46º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #97C098 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 192 | 152 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.25 |
| HSL | 121.46º | 0.25% | 0.67% | - |
| HSV(B) | 121.46º | 0.21% | 0.75% | - |
| XYZ | 37.28 | 46.55 | 36.73 | - |
| YUV | 175.18 | 114.92 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 192 | 152 | 0.21 | 0 | 0.21 | 0.25 | 121.46 | 0.25 | 0.67 |
| Hex | 97 | C0 | 98 | 15 | 0 | 15 | 19 | 79 | 19 | 43 |
| Octal | 227 | 300 | 230 | 25 | 0 | 25 | 31 | 171 | 31 | 103 |
| Binary | 10010111 | 11000000 | 10011000 | 10101 | 0 | 10101 | 11001 | 1111001 | 11001 | 1000011 |
Color Harmonies of #97C098
Complementary color
Monochromatic Colors of #97C098
Black with #97C098
Text Example
Text Example
White with #97C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C098; }
p { color: rgb(151,192,152); }
H1.HeaderClassName
{
color: #97C098;
}
.AnyTagClassName
{
color: #97C098;
}
</style>
background-color css
<style>
a { background-color: #97C098; }
a { background-color: rgb(151,192,152); }
div.DivClassName
{
background-color: #97C098;
}
.BgClassName
{
background-color: #97C098;
}
</style>
border-color css
<style>
span { border-color: #97C098; }
span { border-color: rgb(151,192,152); }
td.TdClassName
{
border-color: #97C098;
}
.TagClassName
{
border-color: #97C098;
}
</style>