Shades of Dark Sea Green #97C395
Tints of Dark Sea Green #97C395
RGB
CMYK
RGB Variations
Color information
#97C395 (or 0x97C395) is known color: Dark Sea Green. HEX triplet: 97, C3 and 95. RGB value is (151,195,149). Sum of RGB (Red+Green+Blue) = 151+195+149=495 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.51% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 195 - color contains mainly: green. Hex color #97C395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C395 is #683C6A. Grayscale: #B0B0B0. Windows color (decimal): -6831211 or 9814935. OLE color: 9814935.
HSL color Cylindrical-coordinate representation of color #97C395: hue angle of 117.39º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #97C395 is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 195 | 149 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.24 |
| HSL | 117.39º | 0.28% | 0.67% | - |
| HSV(B) | 117.39º | 0.24% | 0.76% | - |
| XYZ | 37.7 | 47.78 | 35.67 | - |
| YUV | 176.6 | 112.42 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 195 | 149 | 0.23 | 0 | 0.24 | 0.24 | 117.39 | 0.28 | 0.67 |
| Hex | 97 | C3 | 95 | 17 | 0 | 18 | 18 | 75 | 1C | 43 |
| Octal | 227 | 303 | 225 | 27 | 0 | 30 | 30 | 165 | 34 | 103 |
| Binary | 10010111 | 11000011 | 10010101 | 10111 | 0 | 11000 | 11000 | 1110101 | 11100 | 1000011 |
Color Harmonies of #97C395
Complementary color
Monochromatic Colors of #97C395
Black with #97C395
Text Example
Text Example
White with #97C395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C395; }
p { color: rgb(151,195,149); }
H1.HeaderClassName
{
color: #97C395;
}
.AnyTagClassName
{
color: #97C395;
}
</style>
background-color css
<style>
a { background-color: #97C395; }
a { background-color: rgb(151,195,149); }
div.DivClassName
{
background-color: #97C395;
}
.BgClassName
{
background-color: #97C395;
}
</style>
border-color css
<style>
span { border-color: #97C395; }
span { border-color: rgb(151,195,149); }
td.TdClassName
{
border-color: #97C395;
}
.TagClassName
{
border-color: #97C395;
}
</style>