Shades of Dark Sea Green #8DBF82
Tints of Dark Sea Green #8DBF82
RGB
CMYK
RGB Variations
Color information
#8DBF82 (or 0x8DBF82) is known color: Dark Sea Green. HEX triplet: 8D, BF and 82. RGB value is (141,191,130). Sum of RGB (Red+Green+Blue) = 141+191+130=462 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.52% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBF82 is #72407D. Grayscale: #A9A9A9. Windows color (decimal): -7487614 or 8568717. OLE color: 8568717.
HSL color Cylindrical-coordinate representation of color #8DBF82: hue angle of 109.18º degrees, saturation: 0.32, 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 #8DBF82 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 130 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.25 |
| HSL | 109.18º | 0.32% | 0.63% | - |
| HSV(B) | 109.18º | 0.32% | 0.75% | - |
| XYZ | 33.64 | 44.54 | 27.94 | - |
| YUV | 169.1 | 105.94 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 130 | 0.26 | 0 | 0.32 | 0.25 | 109.18 | 0.32 | 0.63 |
| Hex | 8D | BF | 82 | 1A | 0 | 20 | 19 | 6D | 20 | 3F |
| Octal | 215 | 277 | 202 | 32 | 0 | 40 | 31 | 155 | 40 | 77 |
| Binary | 10001101 | 10111111 | 10000010 | 11010 | 0 | 100000 | 11001 | 1101101 | 100000 | 111111 |
Color Harmonies of #8DBF82
Complementary color
Monochromatic Colors of #8DBF82
Black with #8DBF82
Text Example
Text Example
White with #8DBF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF82; }
p { color: rgb(141,191,130); }
H1.HeaderClassName
{
color: #8DBF82;
}
.AnyTagClassName
{
color: #8DBF82;
}
</style>
background-color css
<style>
a { background-color: #8DBF82; }
a { background-color: rgb(141,191,130); }
div.DivClassName
{
background-color: #8DBF82;
}
.BgClassName
{
background-color: #8DBF82;
}
</style>
border-color css
<style>
span { border-color: #8DBF82; }
span { border-color: rgb(141,191,130); }
td.TdClassName
{
border-color: #8DBF82;
}
.TagClassName
{
border-color: #8DBF82;
}
</style>