Shades of Dark Sea Green #8DB486
Tints of Dark Sea Green #8DB486
RGB
CMYK
RGB Variations
Color information
#8DB486 (or 0x8DB486) is known color: Dark Sea Green. HEX triplet: 8D, B4 and 86. RGB value is (141,180,134). Sum of RGB (Red+Green+Blue) = 141+180+134=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB486 is #724B79. Grayscale: #A3A3A3. Windows color (decimal): -7490426 or 8828045. OLE color: 8828045.
HSL color Cylindrical-coordinate representation of color #8DB486: hue angle of 110.87º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8DB486 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 180 | 134 | - |
| CMYK | 0.22 | 0 | 0.26 | 0.29 |
| HSL | 110.87º | 0.23% | 0.62% | - |
| HSV(B) | 110.87º | 0.26% | 0.71% | - |
| XYZ | 31.61 | 40.03 | 28.61 | - |
| YUV | 163.1 | 111.58 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 134 | 0.22 | 0 | 0.26 | 0.29 | 110.87 | 0.23 | 0.62 |
| Hex | 8D | B4 | 86 | 16 | 0 | 1A | 1D | 6F | 17 | 3E |
| Octal | 215 | 264 | 206 | 26 | 0 | 32 | 35 | 157 | 27 | 76 |
| Binary | 10001101 | 10110100 | 10000110 | 10110 | 0 | 11010 | 11101 | 1101111 | 10111 | 111110 |
Color Harmonies of #8DB486
Complementary color
Monochromatic Colors of #8DB486
Black with #8DB486
Text Example
Text Example
White with #8DB486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB486; }
p { color: rgb(141,180,134); }
H1.HeaderClassName
{
color: #8DB486;
}
.AnyTagClassName
{
color: #8DB486;
}
</style>
background-color css
<style>
a { background-color: #8DB486; }
a { background-color: rgb(141,180,134); }
div.DivClassName
{
background-color: #8DB486;
}
.BgClassName
{
background-color: #8DB486;
}
</style>
border-color css
<style>
span { border-color: #8DB486; }
span { border-color: rgb(141,180,134); }
td.TdClassName
{
border-color: #8DB486;
}
.TagClassName
{
border-color: #8DB486;
}
</style>