Shades of Dark Sea Green #8DAE8D
Tints of Dark Sea Green #8DAE8D
RGB
CMYK
RGB Variations
Color information
#8DAE8D (or 0x8DAE8D) is known color: Dark Sea Green. HEX triplet: 8D, AE and 8D. RGB value is (141,174,141). Sum of RGB (Red+Green+Blue) = 141+174+141=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAE8D is #725172. Grayscale: #A0A0A0. Windows color (decimal): -7491955 or 9285261. OLE color: 9285261.
HSL color Cylindrical-coordinate representation of color #8DAE8D: hue angle of 120º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8DAE8D is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 174 | 141 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.32 |
| HSL | 120º | 0.17% | 0.62% | - |
| HSV(B) | 120º | 0.19% | 0.68% | - |
| XYZ | 30.93 | 37.86 | 30.88 | - |
| YUV | 160.37 | 117.07 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 141 | 0.19 | 0 | 0.19 | 0.32 | 120 | 0.17 | 0.62 |
| Hex | 8D | AE | 8D | 13 | 0 | 13 | 20 | 78 | 11 | 3E |
| Octal | 215 | 256 | 215 | 23 | 0 | 23 | 40 | 170 | 21 | 76 |
| Binary | 10001101 | 10101110 | 10001101 | 10011 | 0 | 10011 | 100000 | 1111000 | 10001 | 111110 |
Color Harmonies of #8DAE8D
Complementary color
Monochromatic Colors of #8DAE8D
Black with #8DAE8D
Text Example
Text Example
White with #8DAE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAE8D; }
p { color: rgb(141,174,141); }
H1.HeaderClassName
{
color: #8DAE8D;
}
.AnyTagClassName
{
color: #8DAE8D;
}
</style>
background-color css
<style>
a { background-color: #8DAE8D; }
a { background-color: rgb(141,174,141); }
div.DivClassName
{
background-color: #8DAE8D;
}
.BgClassName
{
background-color: #8DAE8D;
}
</style>
border-color css
<style>
span { border-color: #8DAE8D; }
span { border-color: rgb(141,174,141); }
td.TdClassName
{
border-color: #8DAE8D;
}
.TagClassName
{
border-color: #8DAE8D;
}
</style>