Shades of Dark Sea Green #8DBD80
Tints of Dark Sea Green #8DBD80
RGB
CMYK
RGB Variations
Color information
#8DBD80 (or 0x8DBD80) is known color: Dark Sea Green. HEX triplet: 8D, BD and 80. RGB value is (141,189,128). Sum of RGB (Red+Green+Blue) = 141+189+128=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBD80 is #72427F. Grayscale: #A7A7A7. Windows color (decimal): -7488128 or 8437133. OLE color: 8437133.
HSL color Cylindrical-coordinate representation of color #8DBD80: hue angle of 107.21º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DBD80 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 189 | 128 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.26 |
| HSL | 107.21º | 0.32% | 0.62% | - |
| HSV(B) | 107.21º | 0.32% | 0.74% | - |
| XYZ | 33.08 | 43.62 | 27.1 | - |
| YUV | 167.69 | 105.6 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 128 | 0.25 | 0 | 0.32 | 0.26 | 107.21 | 0.32 | 0.62 |
| Hex | 8D | BD | 80 | 19 | 0 | 20 | 1A | 6B | 20 | 3E |
| Octal | 215 | 275 | 200 | 31 | 0 | 40 | 32 | 153 | 40 | 76 |
| Binary | 10001101 | 10111101 | 10000000 | 11001 | 0 | 100000 | 11010 | 1101011 | 100000 | 111110 |
Color Harmonies of #8DBD80
Complementary color
Monochromatic Colors of #8DBD80
Black with #8DBD80
Text Example
Text Example
White with #8DBD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBD80; }
p { color: rgb(141,189,128); }
H1.HeaderClassName
{
color: #8DBD80;
}
.AnyTagClassName
{
color: #8DBD80;
}
</style>
background-color css
<style>
a { background-color: #8DBD80; }
a { background-color: rgb(141,189,128); }
div.DivClassName
{
background-color: #8DBD80;
}
.BgClassName
{
background-color: #8DBD80;
}
</style>
border-color css
<style>
span { border-color: #8DBD80; }
span { border-color: rgb(141,189,128); }
td.TdClassName
{
border-color: #8DBD80;
}
.TagClassName
{
border-color: #8DBD80;
}
</style>