Shades of Dark Sea Green #8DB582
Tints of Dark Sea Green #8DB582
RGB
CMYK
RGB Variations
Color information
#8DB582 (or 0x8DB582) is known color: Dark Sea Green. HEX triplet: 8D, B5 and 82. RGB value is (141,181,130). Sum of RGB (Red+Green+Blue) = 141+181+130=452 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.19% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB582 is #724A7D. Grayscale: #A3A3A3. Windows color (decimal): -7490174 or 8566157. OLE color: 8566157.
HSL color Cylindrical-coordinate representation of color #8DB582: hue angle of 107.06º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DB582 is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 181 | 130 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.29 |
| HSL | 107.06º | 0.26% | 0.61% | - |
| HSV(B) | 107.06º | 0.28% | 0.71% | - |
| XYZ | 31.54 | 40.32 | 27.24 | - |
| YUV | 163.23 | 109.25 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 130 | 0.22 | 0 | 0.28 | 0.29 | 107.06 | 0.26 | 0.61 |
| Hex | 8D | B5 | 82 | 16 | 0 | 1C | 1D | 6B | 1A | 3D |
| Octal | 215 | 265 | 202 | 26 | 0 | 34 | 35 | 153 | 32 | 75 |
| Binary | 10001101 | 10110101 | 10000010 | 10110 | 0 | 11100 | 11101 | 1101011 | 11010 | 111101 |
Color Harmonies of #8DB582
Complementary color
Monochromatic Colors of #8DB582
Black with #8DB582
Text Example
Text Example
White with #8DB582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB582; }
p { color: rgb(141,181,130); }
H1.HeaderClassName
{
color: #8DB582;
}
.AnyTagClassName
{
color: #8DB582;
}
</style>
background-color css
<style>
a { background-color: #8DB582; }
a { background-color: rgb(141,181,130); }
div.DivClassName
{
background-color: #8DB582;
}
.BgClassName
{
background-color: #8DB582;
}
</style>
border-color css
<style>
span { border-color: #8DB582; }
span { border-color: rgb(141,181,130); }
td.TdClassName
{
border-color: #8DB582;
}
.TagClassName
{
border-color: #8DB582;
}
</style>