Shades of Dark Sea Green #8DBD8D
Tints of Dark Sea Green #8DBD8D
RGB
CMYK
RGB Variations
Color information
#8DBD8D (or 0x8DBD8D) is known color: Dark Sea Green. HEX triplet: 8D, BD and 8D. RGB value is (141,189,141). Sum of RGB (Red+Green+Blue) = 141+189+141=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBD8D is #724272. Grayscale: #A9A9A9. Windows color (decimal): -7488115 or 9289101. OLE color: 9289101.
HSL color Cylindrical-coordinate representation of color #8DBD8D: hue angle of 120º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DBD8D is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 189 | 141 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.26 |
| HSL | 120º | 0.27% | 0.65% | - |
| HSV(B) | 120º | 0.25% | 0.74% | - |
| XYZ | 33.99 | 43.98 | 31.9 | - |
| YUV | 169.18 | 112.1 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 141 | 0.25 | 0 | 0.25 | 0.26 | 120 | 0.27 | 0.65 |
| Hex | 8D | BD | 8D | 19 | 0 | 19 | 1A | 78 | 1B | 41 |
| Octal | 215 | 275 | 215 | 31 | 0 | 31 | 32 | 170 | 33 | 101 |
| Binary | 10001101 | 10111101 | 10001101 | 11001 | 0 | 11001 | 11010 | 1111000 | 11011 | 1000001 |
Color Harmonies of #8DBD8D
Complementary color
Monochromatic Colors of #8DBD8D
Black with #8DBD8D
Text Example
Text Example
White with #8DBD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBD8D; }
p { color: rgb(141,189,141); }
H1.HeaderClassName
{
color: #8DBD8D;
}
.AnyTagClassName
{
color: #8DBD8D;
}
</style>
background-color css
<style>
a { background-color: #8DBD8D; }
a { background-color: rgb(141,189,141); }
div.DivClassName
{
background-color: #8DBD8D;
}
.BgClassName
{
background-color: #8DBD8D;
}
</style>
border-color css
<style>
span { border-color: #8DBD8D; }
span { border-color: rgb(141,189,141); }
td.TdClassName
{
border-color: #8DBD8D;
}
.TagClassName
{
border-color: #8DBD8D;
}
</style>