Shades of Dark Sea Green #8DB88E
Tints of Dark Sea Green #8DB88E
RGB
CMYK
RGB Variations
Color information
#8DB88E (or 0x8DB88E) is known color: Dark Sea Green. HEX triplet: 8D, B8 and 8E. RGB value is (141,184,142). Sum of RGB (Red+Green+Blue) = 141+184+142=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB88E is #724771. Grayscale: #A6A6A6. Windows color (decimal): -7489394 or 9353357. OLE color: 9353357.
HSL color Cylindrical-coordinate representation of color #8DB88E: hue angle of 121.4º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8DB88E is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 141 | 184 | 142 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.28 |
| HSL | 121.4º | 0.23% | 0.64% | - |
| HSV(B) | 121.4º | 0.23% | 0.72% | - |
| XYZ | 33.01 | 41.9 | 31.94 | - |
| YUV | 166.36 | 114.25 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 184 | 142 | 0.23 | 0 | 0.23 | 0.28 | 121.4 | 0.23 | 0.64 |
| Hex | 8D | B8 | 8E | 17 | 0 | 17 | 1C | 79 | 17 | 40 |
| Octal | 215 | 270 | 216 | 27 | 0 | 27 | 34 | 171 | 27 | 100 |
| Binary | 10001101 | 10111000 | 10001110 | 10111 | 0 | 10111 | 11100 | 1111001 | 10111 | 1000000 |
Color Harmonies of #8DB88E
Complementary color
Monochromatic Colors of #8DB88E
Black with #8DB88E
Text Example
Text Example
White with #8DB88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB88E; }
p { color: rgb(141,184,142); }
H1.HeaderClassName
{
color: #8DB88E;
}
.AnyTagClassName
{
color: #8DB88E;
}
</style>
background-color css
<style>
a { background-color: #8DB88E; }
a { background-color: rgb(141,184,142); }
div.DivClassName
{
background-color: #8DB88E;
}
.BgClassName
{
background-color: #8DB88E;
}
</style>
border-color css
<style>
span { border-color: #8DB88E; }
span { border-color: rgb(141,184,142); }
td.TdClassName
{
border-color: #8DB88E;
}
.TagClassName
{
border-color: #8DB88E;
}
</style>