Shades of Dark Sea Green #97CA91
Tints of Dark Sea Green #97CA91
RGB
CMYK
RGB Variations
Color information
#97CA91 (or 0x97CA91) is known color: Dark Sea Green. HEX triplet: 97, CA and 91. RGB value is (151,202,145). Sum of RGB (Red+Green+Blue) = 151+202+145=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 202 (79.30% from 255 or 40.56% from 498); Blue value is 145 (57.03% from 255 or 29.12% from 498); Max value from RGB is 202 - color contains mainly: green. Hex color #97CA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CA91 is #68356E. Grayscale: #B4B4B4. Windows color (decimal): -6829423 or 9554583. OLE color: 9554583.
HSL color Cylindrical-coordinate representation of color #97CA91: hue angle of 113.68º 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 #97CA91 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 202 | 145 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.21 |
| HSL | 113.68º | 0.35% | 0.68% | - |
| HSV(B) | 113.68º | 0.28% | 0.79% | - |
| XYZ | 38.99 | 50.86 | 34.55 | - |
| YUV | 180.25 | 108.1 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 202 | 145 | 0.25 | 0 | 0.28 | 0.21 | 113.68 | 0.35 | 0.68 |
| Hex | 97 | CA | 91 | 19 | 0 | 1C | 15 | 72 | 23 | 44 |
| Octal | 227 | 312 | 221 | 31 | 0 | 34 | 25 | 162 | 43 | 104 |
| Binary | 10010111 | 11001010 | 10010001 | 11001 | 0 | 11100 | 10101 | 1110010 | 100011 | 1000100 |
Color Harmonies of #97CA91
Complementary color
Monochromatic Colors of #97CA91
Black with #97CA91
Text Example
Text Example
White with #97CA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CA91; }
p { color: rgb(151,202,145); }
H1.HeaderClassName
{
color: #97CA91;
}
.AnyTagClassName
{
color: #97CA91;
}
</style>
background-color css
<style>
a { background-color: #97CA91; }
a { background-color: rgb(151,202,145); }
div.DivClassName
{
background-color: #97CA91;
}
.BgClassName
{
background-color: #97CA91;
}
</style>
border-color css
<style>
span { border-color: #97CA91; }
span { border-color: rgb(151,202,145); }
td.TdClassName
{
border-color: #97CA91;
}
.TagClassName
{
border-color: #97CA91;
}
</style>