Shades of Dark Sea Green #8DB886
Tints of Dark Sea Green #8DB886
RGB
CMYK
RGB Variations
Color information
#8DB886 (or 0x8DB886) is known color: Dark Sea Green. HEX triplet: 8D, B8 and 86. RGB value is (141,184,134). Sum of RGB (Red+Green+Blue) = 141+184+134=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB886 is #724779. Grayscale: #A5A5A5. Windows color (decimal): -7489402 or 8829069. OLE color: 8829069.
HSL color Cylindrical-coordinate representation of color #8DB886: hue angle of 111.6º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DB886 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 184 | 134 | - |
| CMYK | 0.23 | 0 | 0.27 | 0.28 |
| HSL | 111.6º | 0.26% | 0.62% | - |
| HSV(B) | 111.6º | 0.27% | 0.72% | - |
| XYZ | 32.43 | 41.66 | 28.89 | - |
| YUV | 165.44 | 110.25 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 134 | 0.23 | 0 | 0.27 | 0.28 | 111.6 | 0.26 | 0.62 |
| Hex | 8D | B8 | 86 | 17 | 0 | 1B | 1C | 70 | 1A | 3E |
| Octal | 215 | 270 | 206 | 27 | 0 | 33 | 34 | 160 | 32 | 76 |
| Binary | 10001101 | 10111000 | 10000110 | 10111 | 0 | 11011 | 11100 | 1110000 | 11010 | 111110 |
Color Harmonies of #8DB886
Complementary color
Monochromatic Colors of #8DB886
Black with #8DB886
Text Example
Text Example
White with #8DB886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB886; }
p { color: rgb(141,184,134); }
H1.HeaderClassName
{
color: #8DB886;
}
.AnyTagClassName
{
color: #8DB886;
}
</style>
background-color css
<style>
a { background-color: #8DB886; }
a { background-color: rgb(141,184,134); }
div.DivClassName
{
background-color: #8DB886;
}
.BgClassName
{
background-color: #8DB886;
}
</style>
border-color css
<style>
span { border-color: #8DB886; }
span { border-color: rgb(141,184,134); }
td.TdClassName
{
border-color: #8DB886;
}
.TagClassName
{
border-color: #8DB886;
}
</style>