Shades of Dark Sea Green #97C095
Tints of Dark Sea Green #97C095
RGB
CMYK
RGB Variations
Color information
#97C095 (or 0x97C095) is known color: Dark Sea Green. HEX triplet: 97, C0 and 95. RGB value is (151,192,149). Sum of RGB (Red+Green+Blue) = 151+192+149=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 192 - color contains mainly: green. Hex color #97C095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C095 is #683F6A. Grayscale: #AEAEAE. Windows color (decimal): -6831979 or 9814167. OLE color: 9814167.
HSL color Cylindrical-coordinate representation of color #97C095: hue angle of 117.21º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #97C095 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 192 | 149 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.25 |
| HSL | 117.21º | 0.25% | 0.67% | - |
| HSV(B) | 117.21º | 0.22% | 0.75% | - |
| XYZ | 37.04 | 46.45 | 35.45 | - |
| YUV | 174.84 | 113.42 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 192 | 149 | 0.21 | 0 | 0.22 | 0.25 | 117.21 | 0.25 | 0.67 |
| Hex | 97 | C0 | 95 | 15 | 0 | 16 | 19 | 75 | 19 | 43 |
| Octal | 227 | 300 | 225 | 25 | 0 | 26 | 31 | 165 | 31 | 103 |
| Binary | 10010111 | 11000000 | 10010101 | 10101 | 0 | 10110 | 11001 | 1110101 | 11001 | 1000011 |
Color Harmonies of #97C095
Complementary color
Monochromatic Colors of #97C095
Black with #97C095
Text Example
Text Example
White with #97C095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C095; }
p { color: rgb(151,192,149); }
H1.HeaderClassName
{
color: #97C095;
}
.AnyTagClassName
{
color: #97C095;
}
</style>
background-color css
<style>
a { background-color: #97C095; }
a { background-color: rgb(151,192,149); }
div.DivClassName
{
background-color: #97C095;
}
.BgClassName
{
background-color: #97C095;
}
</style>
border-color css
<style>
span { border-color: #97C095; }
span { border-color: rgb(151,192,149); }
td.TdClassName
{
border-color: #97C095;
}
.TagClassName
{
border-color: #97C095;
}
</style>