Shades of Dark Sea Green #8DB988
Tints of Dark Sea Green #8DB988
RGB
CMYK
RGB Variations
Color information
#8DB988 (or 0x8DB988) is known color: Dark Sea Green. HEX triplet: 8D, B9 and 88. RGB value is (141,185,136). Sum of RGB (Red+Green+Blue) = 141+185+136=462 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.52% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB988 is #724677. Grayscale: #A6A6A6. Windows color (decimal): -7489144 or 8960397. OLE color: 8960397.
HSL color Cylindrical-coordinate representation of color #8DB988: hue angle of 113.88º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8DB988 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 185 | 136 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.27 |
| HSL | 113.88º | 0.26% | 0.63% | - |
| HSV(B) | 113.88º | 0.26% | 0.73% | - |
| XYZ | 32.78 | 42.14 | 29.7 | - |
| YUV | 166.26 | 110.92 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 136 | 0.24 | 0 | 0.26 | 0.27 | 113.88 | 0.26 | 0.63 |
| Hex | 8D | B9 | 88 | 18 | 0 | 1A | 1B | 72 | 1A | 3F |
| Octal | 215 | 271 | 210 | 30 | 0 | 32 | 33 | 162 | 32 | 77 |
| Binary | 10001101 | 10111001 | 10001000 | 11000 | 0 | 11010 | 11011 | 1110010 | 11010 | 111111 |
Color Harmonies of #8DB988
Complementary color
Monochromatic Colors of #8DB988
Black with #8DB988
Text Example
Text Example
White with #8DB988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB988; }
p { color: rgb(141,185,136); }
H1.HeaderClassName
{
color: #8DB988;
}
.AnyTagClassName
{
color: #8DB988;
}
</style>
background-color css
<style>
a { background-color: #8DB988; }
a { background-color: rgb(141,185,136); }
div.DivClassName
{
background-color: #8DB988;
}
.BgClassName
{
background-color: #8DB988;
}
</style>
border-color css
<style>
span { border-color: #8DB988; }
span { border-color: rgb(141,185,136); }
td.TdClassName
{
border-color: #8DB988;
}
.TagClassName
{
border-color: #8DB988;
}
</style>