Shades of Dark Sea Green #8DBF86
Tints of Dark Sea Green #8DBF86
RGB
CMYK
RGB Variations
Color information
#8DBF86 (or 0x8DBF86) is known color: Dark Sea Green. HEX triplet: 8D, BF and 86. RGB value is (141,191,134). Sum of RGB (Red+Green+Blue) = 141+191+134=466 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.26% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBF86 is #724079. Grayscale: #A9A9A9. Windows color (decimal): -7487610 or 8830861. OLE color: 8830861.
HSL color Cylindrical-coordinate representation of color #8DBF86: hue angle of 112.63º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DBF86 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 134 | - |
| CMYK | 0.26 | 0 | 0.30 | 0.25 |
| HSL | 112.63º | 0.31% | 0.64% | - |
| HSV(B) | 112.63º | 0.3% | 0.75% | - |
| XYZ | 33.92 | 44.65 | 29.38 | - |
| YUV | 169.55 | 107.94 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 134 | 0.26 | 0 | 0.30 | 0.25 | 112.63 | 0.31 | 0.64 |
| Hex | 8D | BF | 86 | 1A | 0 | 1E | 19 | 71 | 1F | 40 |
| Octal | 215 | 277 | 206 | 32 | 0 | 36 | 31 | 161 | 37 | 100 |
| Binary | 10001101 | 10111111 | 10000110 | 11010 | 0 | 11110 | 11001 | 1110001 | 11111 | 1000000 |
Color Harmonies of #8DBF86
Complementary color
Monochromatic Colors of #8DBF86
Black with #8DBF86
Text Example
Text Example
White with #8DBF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF86; }
p { color: rgb(141,191,134); }
H1.HeaderClassName
{
color: #8DBF86;
}
.AnyTagClassName
{
color: #8DBF86;
}
</style>
background-color css
<style>
a { background-color: #8DBF86; }
a { background-color: rgb(141,191,134); }
div.DivClassName
{
background-color: #8DBF86;
}
.BgClassName
{
background-color: #8DBF86;
}
</style>
border-color css
<style>
span { border-color: #8DBF86; }
span { border-color: rgb(141,191,134); }
td.TdClassName
{
border-color: #8DBF86;
}
.TagClassName
{
border-color: #8DBF86;
}
</style>