Shades of Dark Sea Green #97C08F
Tints of Dark Sea Green #97C08F
RGB
CMYK
RGB Variations
Color information
#97C08F (or 0x97C08F) is known color: Dark Sea Green. HEX triplet: 97, C0 and 8F. RGB value is (151,192,143). Sum of RGB (Red+Green+Blue) = 151+192+143=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #97C08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C08F is #683F70. Grayscale: #AEAEAE. Windows color (decimal): -6831985 or 9420951. OLE color: 9420951.
HSL color Cylindrical-coordinate representation of color #97C08F: hue angle of 110.2º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97C08F is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 192 | 143 | - |
| CMYK | 0.21 | 0 | 0.26 | 0.25 |
| HSL | 110.2º | 0.28% | 0.66% | - |
| HSV(B) | 110.2º | 0.26% | 0.75% | - |
| XYZ | 36.57 | 46.26 | 32.99 | - |
| YUV | 174.16 | 110.42 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 192 | 143 | 0.21 | 0 | 0.26 | 0.25 | 110.2 | 0.28 | 0.66 |
| Hex | 97 | C0 | 8F | 15 | 0 | 1A | 19 | 6E | 1C | 42 |
| Octal | 227 | 300 | 217 | 25 | 0 | 32 | 31 | 156 | 34 | 102 |
| Binary | 10010111 | 11000000 | 10001111 | 10101 | 0 | 11010 | 11001 | 1101110 | 11100 | 1000010 |
Color Harmonies of #97C08F
Complementary color
Monochromatic Colors of #97C08F
Black with #97C08F
Text Example
Text Example
White with #97C08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C08F; }
p { color: rgb(151,192,143); }
H1.HeaderClassName
{
color: #97C08F;
}
.AnyTagClassName
{
color: #97C08F;
}
</style>
background-color css
<style>
a { background-color: #97C08F; }
a { background-color: rgb(151,192,143); }
div.DivClassName
{
background-color: #97C08F;
}
.BgClassName
{
background-color: #97C08F;
}
</style>
border-color css
<style>
span { border-color: #97C08F; }
span { border-color: rgb(151,192,143); }
td.TdClassName
{
border-color: #97C08F;
}
.TagClassName
{
border-color: #97C08F;
}
</style>