Shades of Dark Sea Green #8DBC8C
Tints of Dark Sea Green #8DBC8C
RGB
CMYK
RGB Variations
Color information
#8DBC8C (or 0x8DBC8C) is known color: Dark Sea Green. HEX triplet: 8D, BC and 8C. RGB value is (141,188,140). Sum of RGB (Red+Green+Blue) = 141+188+140=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBC8C is #724373. Grayscale: #A8A8A8. Windows color (decimal): -7488372 or 9223309. OLE color: 9223309.
HSL color Cylindrical-coordinate representation of color #8DBC8C: hue angle of 118.75º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8DBC8C is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 188 | 140 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.26 |
| HSL | 118.75º | 0.26% | 0.64% | - |
| HSV(B) | 118.75º | 0.26% | 0.74% | - |
| XYZ | 33.7 | 43.52 | 31.44 | - |
| YUV | 168.48 | 111.93 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 188 | 140 | 0.25 | 0 | 0.26 | 0.26 | 118.75 | 0.26 | 0.64 |
| Hex | 8D | BC | 8C | 19 | 0 | 1A | 1A | 77 | 1A | 40 |
| Octal | 215 | 274 | 214 | 31 | 0 | 32 | 32 | 167 | 32 | 100 |
| Binary | 10001101 | 10111100 | 10001100 | 11001 | 0 | 11010 | 11010 | 1110111 | 11010 | 1000000 |
Color Harmonies of #8DBC8C
Complementary color
Monochromatic Colors of #8DBC8C
Black with #8DBC8C
Text Example
Text Example
White with #8DBC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBC8C; }
p { color: rgb(141,188,140); }
H1.HeaderClassName
{
color: #8DBC8C;
}
.AnyTagClassName
{
color: #8DBC8C;
}
</style>
background-color css
<style>
a { background-color: #8DBC8C; }
a { background-color: rgb(141,188,140); }
div.DivClassName
{
background-color: #8DBC8C;
}
.BgClassName
{
background-color: #8DBC8C;
}
</style>
border-color css
<style>
span { border-color: #8DBC8C; }
span { border-color: rgb(141,188,140); }
td.TdClassName
{
border-color: #8DBC8C;
}
.TagClassName
{
border-color: #8DBC8C;
}
</style>