Shades of Dark Sea Green #8DC186
Tints of Dark Sea Green #8DC186
RGB
CMYK
RGB Variations
Color information
#8DC186 (or 0x8DC186) is known color: Dark Sea Green. HEX triplet: 8D, C1 and 86. RGB value is (141,193,134). Sum of RGB (Red+Green+Blue) = 141+193+134=468 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.13% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC186 is #723E79. Grayscale: #AAAAAA. Windows color (decimal): -7487098 or 8831373. OLE color: 8831373.
HSL color Cylindrical-coordinate representation of color #8DC186: hue angle of 112.88º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DC186 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 193 | 134 | - |
| CMYK | 0.27 | 0 | 0.31 | 0.24 |
| HSL | 112.88º | 0.32% | 0.64% | - |
| HSV(B) | 112.88º | 0.31% | 0.76% | - |
| XYZ | 34.36 | 45.52 | 29.53 | - |
| YUV | 170.73 | 107.27 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 193 | 134 | 0.27 | 0 | 0.31 | 0.24 | 112.88 | 0.32 | 0.64 |
| Hex | 8D | C1 | 86 | 1B | 0 | 1F | 18 | 71 | 20 | 40 |
| Octal | 215 | 301 | 206 | 33 | 0 | 37 | 30 | 161 | 40 | 100 |
| Binary | 10001101 | 11000001 | 10000110 | 11011 | 0 | 11111 | 11000 | 1110001 | 100000 | 1000000 |
Color Harmonies of #8DC186
Complementary color
Monochromatic Colors of #8DC186
Black with #8DC186
Text Example
Text Example
White with #8DC186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC186; }
p { color: rgb(141,193,134); }
H1.HeaderClassName
{
color: #8DC186;
}
.AnyTagClassName
{
color: #8DC186;
}
</style>
background-color css
<style>
a { background-color: #8DC186; }
a { background-color: rgb(141,193,134); }
div.DivClassName
{
background-color: #8DC186;
}
.BgClassName
{
background-color: #8DC186;
}
</style>
border-color css
<style>
span { border-color: #8DC186; }
span { border-color: rgb(141,193,134); }
td.TdClassName
{
border-color: #8DC186;
}
.TagClassName
{
border-color: #8DC186;
}
</style>