Shades of Dark Sea Green #8DB682
Tints of Dark Sea Green #8DB682
RGB
CMYK
RGB Variations
Color information
#8DB682 (or 0x8DB682) is known color: Dark Sea Green. HEX triplet: 8D, B6 and 82. RGB value is (141,182,130). Sum of RGB (Red+Green+Blue) = 141+182+130=453 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.13% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB682 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB682 is #72497D. Grayscale: #A3A3A3. Windows color (decimal): -7489918 or 8566413. OLE color: 8566413.
HSL color Cylindrical-coordinate representation of color #8DB682: hue angle of 107.31º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8DB682 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 182 | 130 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.29 |
| HSL | 107.31º | 0.26% | 0.61% | - |
| HSV(B) | 107.31º | 0.29% | 0.71% | - |
| XYZ | 31.74 | 40.73 | 27.31 | - |
| YUV | 163.81 | 108.92 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 130 | 0.23 | 0 | 0.29 | 0.29 | 107.31 | 0.26 | 0.61 |
| Hex | 8D | B6 | 82 | 17 | 0 | 1D | 1D | 6B | 1A | 3D |
| Octal | 215 | 266 | 202 | 27 | 0 | 35 | 35 | 153 | 32 | 75 |
| Binary | 10001101 | 10110110 | 10000010 | 10111 | 0 | 11101 | 11101 | 1101011 | 11010 | 111101 |
Color Harmonies of #8DB682
Complementary color
Monochromatic Colors of #8DB682
Black with #8DB682
Text Example
Text Example
White with #8DB682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB682; }
p { color: rgb(141,182,130); }
H1.HeaderClassName
{
color: #8DB682;
}
.AnyTagClassName
{
color: #8DB682;
}
</style>
background-color css
<style>
a { background-color: #8DB682; }
a { background-color: rgb(141,182,130); }
div.DivClassName
{
background-color: #8DB682;
}
.BgClassName
{
background-color: #8DB682;
}
</style>
border-color css
<style>
span { border-color: #8DB682; }
span { border-color: rgb(141,182,130); }
td.TdClassName
{
border-color: #8DB682;
}
.TagClassName
{
border-color: #8DB682;
}
</style>