Shades of Dark Sea Green #8DBE86
Tints of Dark Sea Green #8DBE86
RGB
CMYK
RGB Variations
Color information
#8DBE86 (or 0x8DBE86) is known color: Dark Sea Green. HEX triplet: 8D, BE and 86. RGB value is (141,190,134). Sum of RGB (Red+Green+Blue) = 141+190+134=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 190 - color contains mainly: green. Hex color #8DBE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBE86 is #724179. Grayscale: #A9A9A9. Windows color (decimal): -7487866 or 8830605. OLE color: 8830605.
HSL color Cylindrical-coordinate representation of color #8DBE86: hue angle of 112.5º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8DBE86 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 190 | 134 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.25 |
| HSL | 112.5º | 0.3% | 0.64% | - |
| HSV(B) | 112.5º | 0.29% | 0.75% | - |
| XYZ | 33.7 | 44.21 | 29.31 | - |
| YUV | 168.97 | 108.27 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 134 | 0.26 | 0 | 0.29 | 0.25 | 112.5 | 0.3 | 0.64 |
| Hex | 8D | BE | 86 | 1A | 0 | 1D | 19 | 70 | 1E | 40 |
| Octal | 215 | 276 | 206 | 32 | 0 | 35 | 31 | 160 | 36 | 100 |
| Binary | 10001101 | 10111110 | 10000110 | 11010 | 0 | 11101 | 11001 | 1110000 | 11110 | 1000000 |
Color Harmonies of #8DBE86
Complementary color
Monochromatic Colors of #8DBE86
Black with #8DBE86
Text Example
Text Example
White with #8DBE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBE86; }
p { color: rgb(141,190,134); }
H1.HeaderClassName
{
color: #8DBE86;
}
.AnyTagClassName
{
color: #8DBE86;
}
</style>
background-color css
<style>
a { background-color: #8DBE86; }
a { background-color: rgb(141,190,134); }
div.DivClassName
{
background-color: #8DBE86;
}
.BgClassName
{
background-color: #8DBE86;
}
</style>
border-color css
<style>
span { border-color: #8DBE86; }
span { border-color: rgb(141,190,134); }
td.TdClassName
{
border-color: #8DBE86;
}
.TagClassName
{
border-color: #8DBE86;
}
</style>