Shades of Dark Sea Green #97CA90
Tints of Dark Sea Green #97CA90
RGB
CMYK
RGB Variations
Color information
#97CA90 (or 0x97CA90) is known color: Dark Sea Green. HEX triplet: 97, CA and 90. RGB value is (151,202,144). Sum of RGB (Red+Green+Blue) = 151+202+144=497 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.38% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 202 - color contains mainly: green. Hex color #97CA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CA90 is #68356F. Grayscale: #B4B4B4. Windows color (decimal): -6829424 or 9489047. OLE color: 9489047.
HSL color Cylindrical-coordinate representation of color #97CA90: hue angle of 112.76º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97CA90 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 202 | 144 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.21 |
| HSL | 112.76º | 0.35% | 0.68% | - |
| HSV(B) | 112.76º | 0.29% | 0.79% | - |
| XYZ | 38.92 | 50.83 | 34.15 | - |
| YUV | 180.14 | 107.6 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 202 | 144 | 0.25 | 0 | 0.29 | 0.21 | 112.76 | 0.35 | 0.68 |
| Hex | 97 | CA | 90 | 19 | 0 | 1D | 15 | 71 | 23 | 44 |
| Octal | 227 | 312 | 220 | 31 | 0 | 35 | 25 | 161 | 43 | 104 |
| Binary | 10010111 | 11001010 | 10010000 | 11001 | 0 | 11101 | 10101 | 1110001 | 100011 | 1000100 |
Color Harmonies of #97CA90
Complementary color
Monochromatic Colors of #97CA90
Black with #97CA90
Text Example
Text Example
White with #97CA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CA90; }
p { color: rgb(151,202,144); }
H1.HeaderClassName
{
color: #97CA90;
}
.AnyTagClassName
{
color: #97CA90;
}
</style>
background-color css
<style>
a { background-color: #97CA90; }
a { background-color: rgb(151,202,144); }
div.DivClassName
{
background-color: #97CA90;
}
.BgClassName
{
background-color: #97CA90;
}
</style>
border-color css
<style>
span { border-color: #97CA90; }
span { border-color: rgb(151,202,144); }
td.TdClassName
{
border-color: #97CA90;
}
.TagClassName
{
border-color: #97CA90;
}
</style>