Shades of Dark Sea Green #97C990
Tints of Dark Sea Green #97C990
RGB
CMYK
RGB Variations
Color information
#97C990 (or 0x97C990) is known color: Dark Sea Green. HEX triplet: 97, C9 and 90. RGB value is (151,201,144). Sum of RGB (Red+Green+Blue) = 151+201+144=496 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.44% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 201 - color contains mainly: green. Hex color #97C990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C990 is #68366F. Grayscale: #B3B3B3. Windows color (decimal): -6829680 or 9488791. OLE color: 9488791.
HSL color Cylindrical-coordinate representation of color #97C990: hue angle of 112.63º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #97C990 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 201 | 144 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.21 |
| HSL | 112.63º | 0.35% | 0.68% | - |
| HSV(B) | 112.63º | 0.28% | 0.79% | - |
| XYZ | 38.68 | 50.37 | 34.07 | - |
| YUV | 179.55 | 107.94 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 201 | 144 | 0.25 | 0 | 0.28 | 0.21 | 112.63 | 0.35 | 0.68 |
| Hex | 97 | C9 | 90 | 19 | 0 | 1C | 15 | 71 | 23 | 44 |
| Octal | 227 | 311 | 220 | 31 | 0 | 34 | 25 | 161 | 43 | 104 |
| Binary | 10010111 | 11001001 | 10010000 | 11001 | 0 | 11100 | 10101 | 1110001 | 100011 | 1000100 |
Color Harmonies of #97C990
Complementary color
Monochromatic Colors of #97C990
Black with #97C990
Text Example
Text Example
White with #97C990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C990; }
p { color: rgb(151,201,144); }
H1.HeaderClassName
{
color: #97C990;
}
.AnyTagClassName
{
color: #97C990;
}
</style>
background-color css
<style>
a { background-color: #97C990; }
a { background-color: rgb(151,201,144); }
div.DivClassName
{
background-color: #97C990;
}
.BgClassName
{
background-color: #97C990;
}
</style>
border-color css
<style>
span { border-color: #97C990; }
span { border-color: rgb(151,201,144); }
td.TdClassName
{
border-color: #97C990;
}
.TagClassName
{
border-color: #97C990;
}
</style>