Shades of Dark Sea Green #8DBF81
Tints of Dark Sea Green #8DBF81
RGB
CMYK
RGB Variations
Color information
#8DBF81 (or 0x8DBF81) is known color: Dark Sea Green. HEX triplet: 8D, BF and 81. RGB value is (141,191,129). Sum of RGB (Red+Green+Blue) = 141+191+129=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 129 (50.78% from 255 or 27.98% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBF81 is #72407E. Grayscale: #A9A9A9. Windows color (decimal): -7487615 or 8503181. OLE color: 8503181.
HSL color Cylindrical-coordinate representation of color #8DBF81: hue angle of 108.39º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DBF81 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 129 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.25 |
| HSL | 108.39º | 0.33% | 0.63% | - |
| HSV(B) | 108.39º | 0.32% | 0.75% | - |
| XYZ | 33.58 | 44.51 | 27.59 | - |
| YUV | 168.98 | 105.44 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 129 | 0.26 | 0 | 0.32 | 0.25 | 108.39 | 0.33 | 0.63 |
| Hex | 8D | BF | 81 | 1A | 0 | 20 | 19 | 6C | 21 | 3F |
| Octal | 215 | 277 | 201 | 32 | 0 | 40 | 31 | 154 | 41 | 77 |
| Binary | 10001101 | 10111111 | 10000001 | 11010 | 0 | 100000 | 11001 | 1101100 | 100001 | 111111 |
Color Harmonies of #8DBF81
Complementary color
Monochromatic Colors of #8DBF81
Black with #8DBF81
Text Example
Text Example
White with #8DBF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF81; }
p { color: rgb(141,191,129); }
H1.HeaderClassName
{
color: #8DBF81;
}
.AnyTagClassName
{
color: #8DBF81;
}
</style>
background-color css
<style>
a { background-color: #8DBF81; }
a { background-color: rgb(141,191,129); }
div.DivClassName
{
background-color: #8DBF81;
}
.BgClassName
{
background-color: #8DBF81;
}
</style>
border-color css
<style>
span { border-color: #8DBF81; }
span { border-color: rgb(141,191,129); }
td.TdClassName
{
border-color: #8DBF81;
}
.TagClassName
{
border-color: #8DBF81;
}
</style>