Shades of Dark Sea Green #8DAD8C
Tints of Dark Sea Green #8DAD8C
RGB
CMYK
RGB Variations
Color information
#8DAD8C (or 0x8DAD8C) is known color: Dark Sea Green. HEX triplet: 8D, AD and 8C. RGB value is (141,173,140). Sum of RGB (Red+Green+Blue) = 141+173+140=454 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.06% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 173 - color contains mainly: green. Hex color #8DAD8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAD8C is #725273. Grayscale: #9F9F9F. Windows color (decimal): -7492212 or 9219469. OLE color: 9219469.
HSL color Cylindrical-coordinate representation of color #8DAD8C: hue angle of 118.18º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8DAD8C is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 173 | 140 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.32 |
| HSL | 118.18º | 0.17% | 0.61% | - |
| HSV(B) | 118.18º | 0.19% | 0.68% | - |
| XYZ | 30.66 | 37.44 | 30.42 | - |
| YUV | 159.67 | 116.9 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 173 | 140 | 0.18 | 0 | 0.19 | 0.32 | 118.18 | 0.17 | 0.61 |
| Hex | 8D | AD | 8C | 12 | 0 | 13 | 20 | 76 | 11 | 3D |
| Octal | 215 | 255 | 214 | 22 | 0 | 23 | 40 | 166 | 21 | 75 |
| Binary | 10001101 | 10101101 | 10001100 | 10010 | 0 | 10011 | 100000 | 1110110 | 10001 | 111101 |
Color Harmonies of #8DAD8C
Complementary color
Monochromatic Colors of #8DAD8C
Black with #8DAD8C
Text Example
Text Example
White with #8DAD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAD8C; }
p { color: rgb(141,173,140); }
H1.HeaderClassName
{
color: #8DAD8C;
}
.AnyTagClassName
{
color: #8DAD8C;
}
</style>
background-color css
<style>
a { background-color: #8DAD8C; }
a { background-color: rgb(141,173,140); }
div.DivClassName
{
background-color: #8DAD8C;
}
.BgClassName
{
background-color: #8DAD8C;
}
</style>
border-color css
<style>
span { border-color: #8DAD8C; }
span { border-color: rgb(141,173,140); }
td.TdClassName
{
border-color: #8DAD8C;
}
.TagClassName
{
border-color: #8DAD8C;
}
</style>