Shades of Dark Sea Green #97C49C
Tints of Dark Sea Green #97C49C
RGB
CMYK
RGB Variations
Color information
#97C49C (or 0x97C49C) is known color: Dark Sea Green. HEX triplet: 97, C4 and 9C. RGB value is (151,196,156). Sum of RGB (Red+Green+Blue) = 151+196+156=503 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.02% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 196 - color contains mainly: green. Hex color #97C49C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C49C is #683B63. Grayscale: #B2B2B2. Windows color (decimal): -6830948 or 10273943. OLE color: 10273943.
HSL color Cylindrical-coordinate representation of color #97C49C: hue angle of 126.67º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97C49C is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 151 | 196 | 156 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.23 |
| HSL | 126.67º | 0.28% | 0.68% | - |
| HSV(B) | 126.67º | 0.23% | 0.77% | - |
| XYZ | 38.5 | 48.46 | 38.78 | - |
| YUV | 177.99 | 115.59 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 196 | 156 | 0.23 | 0 | 0.20 | 0.23 | 126.67 | 0.28 | 0.68 |
| Hex | 97 | C4 | 9C | 17 | 0 | 14 | 17 | 7F | 1C | 44 |
| Octal | 227 | 304 | 234 | 27 | 0 | 24 | 27 | 177 | 34 | 104 |
| Binary | 10010111 | 11000100 | 10011100 | 10111 | 0 | 10100 | 10111 | 1111111 | 11100 | 1000100 |
Color Harmonies of #97C49C
Complementary color
Monochromatic Colors of #97C49C
Black with #97C49C
Text Example
Text Example
White with #97C49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C49C; }
p { color: rgb(151,196,156); }
H1.HeaderClassName
{
color: #97C49C;
}
.AnyTagClassName
{
color: #97C49C;
}
</style>
background-color css
<style>
a { background-color: #97C49C; }
a { background-color: rgb(151,196,156); }
div.DivClassName
{
background-color: #97C49C;
}
.BgClassName
{
background-color: #97C49C;
}
</style>
border-color css
<style>
span { border-color: #97C49C; }
span { border-color: rgb(151,196,156); }
td.TdClassName
{
border-color: #97C49C;
}
.TagClassName
{
border-color: #97C49C;
}
</style>