Shades of Dark Sea Green #8DC997
Tints of Dark Sea Green #8DC997
RGB
CMYK
RGB Variations
Color information
#8DC997 (or 0x8DC997) is known color: Dark Sea Green. HEX triplet: 8D, C9 and 97. RGB value is (141,201,151). Sum of RGB (Red+Green+Blue) = 141+201+151=493 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.60% from 493); Green value is 201 (78.91% from 255 or 40.77% from 493); Blue value is 151 (59.38% from 255 or 30.63% from 493); Max value from RGB is 201 - color contains mainly: green. Hex color #8DC997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC997 is #723668. Grayscale: #B1B1B1. Windows color (decimal): -7485033 or 9947533. OLE color: 9947533.
HSL color Cylindrical-coordinate representation of color #8DC997: hue angle of 130º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DC997 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 201 | 151 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.21 |
| HSL | 130º | 0.36% | 0.67% | - |
| HSV(B) | 130º | 0.3% | 0.79% | - |
| XYZ | 37.46 | 49.67 | 36.89 | - |
| YUV | 177.36 | 113.12 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 201 | 151 | 0.30 | 0 | 0.25 | 0.21 | 130 | 0.36 | 0.67 |
| Hex | 8D | C9 | 97 | 1E | 0 | 19 | 15 | 82 | 24 | 43 |
| Octal | 215 | 311 | 227 | 36 | 0 | 31 | 25 | 202 | 44 | 103 |
| Binary | 10001101 | 11001001 | 10010111 | 11110 | 0 | 11001 | 10101 | 10000010 | 100100 | 1000011 |
Color Harmonies of #8DC997
Complementary color
Monochromatic Colors of #8DC997
Black with #8DC997
Text Example
Text Example
White with #8DC997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC997; }
p { color: rgb(141,201,151); }
H1.HeaderClassName
{
color: #8DC997;
}
.AnyTagClassName
{
color: #8DC997;
}
</style>
background-color css
<style>
a { background-color: #8DC997; }
a { background-color: rgb(141,201,151); }
div.DivClassName
{
background-color: #8DC997;
}
.BgClassName
{
background-color: #8DC997;
}
</style>
border-color css
<style>
span { border-color: #8DC997; }
span { border-color: rgb(141,201,151); }
td.TdClassName
{
border-color: #8DC997;
}
.TagClassName
{
border-color: #8DC997;
}
</style>