Shades of Dark Sea Green #97BA90
Tints of Dark Sea Green #97BA90
RGB
CMYK
RGB Variations
Color information
#97BA90 (or 0x97BA90) is known color: Dark Sea Green. HEX triplet: 97, BA and 90. RGB value is (151,186,144). Sum of RGB (Red+Green+Blue) = 151+186+144=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BA90 is #68456F. Grayscale: #AAAAAA. Windows color (decimal): -6833520 or 9484951. OLE color: 9484951.
HSL color Cylindrical-coordinate representation of color #97BA90: hue angle of 110º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97BA90 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 186 | 144 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.27 |
| HSL | 110º | 0.23% | 0.65% | - |
| HSV(B) | 110º | 0.23% | 0.73% | - |
| XYZ | 35.36 | 43.71 | 32.96 | - |
| YUV | 170.75 | 112.9 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 186 | 144 | 0.19 | 0 | 0.23 | 0.27 | 110 | 0.23 | 0.65 |
| Hex | 97 | BA | 90 | 13 | 0 | 17 | 1B | 6E | 17 | 41 |
| Octal | 227 | 272 | 220 | 23 | 0 | 27 | 33 | 156 | 27 | 101 |
| Binary | 10010111 | 10111010 | 10010000 | 10011 | 0 | 10111 | 11011 | 1101110 | 10111 | 1000001 |
Color Harmonies of #97BA90
Complementary color
Monochromatic Colors of #97BA90
Black with #97BA90
Text Example
Text Example
White with #97BA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97BA90; }
p { color: rgb(151,186,144); }
H1.HeaderClassName
{
color: #97BA90;
}
.AnyTagClassName
{
color: #97BA90;
}
</style>
background-color css
<style>
a { background-color: #97BA90; }
a { background-color: rgb(151,186,144); }
div.DivClassName
{
background-color: #97BA90;
}
.BgClassName
{
background-color: #97BA90;
}
</style>
border-color css
<style>
span { border-color: #97BA90; }
span { border-color: rgb(151,186,144); }
td.TdClassName
{
border-color: #97BA90;
}
.TagClassName
{
border-color: #97BA90;
}
</style>