Shades of Dark Sea Green #8DBC8A
Tints of Dark Sea Green #8DBC8A
RGB
CMYK
RGB Variations
Color information
#8DBC8A (or 0x8DBC8A) is known color: Dark Sea Green. HEX triplet: 8D, BC and 8A. RGB value is (141,188,138). Sum of RGB (Red+Green+Blue) = 141+188+138=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBC8A is #724375. Grayscale: #A8A8A8. Windows color (decimal): -7488374 or 9092237. OLE color: 9092237.
HSL color Cylindrical-coordinate representation of color #8DBC8A: hue angle of 116.4º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DBC8A is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 188 | 138 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.26 |
| HSL | 116.4º | 0.27% | 0.64% | - |
| HSV(B) | 116.4º | 0.27% | 0.74% | - |
| XYZ | 33.56 | 43.46 | 30.67 | - |
| YUV | 168.25 | 110.93 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 188 | 138 | 0.25 | 0 | 0.27 | 0.26 | 116.4 | 0.27 | 0.64 |
| Hex | 8D | BC | 8A | 19 | 0 | 1B | 1A | 74 | 1B | 40 |
| Octal | 215 | 274 | 212 | 31 | 0 | 33 | 32 | 164 | 33 | 100 |
| Binary | 10001101 | 10111100 | 10001010 | 11001 | 0 | 11011 | 11010 | 1110100 | 11011 | 1000000 |
Color Harmonies of #8DBC8A
Complementary color
Monochromatic Colors of #8DBC8A
Black with #8DBC8A
Text Example
Text Example
White with #8DBC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBC8A; }
p { color: rgb(141,188,138); }
H1.HeaderClassName
{
color: #8DBC8A;
}
.AnyTagClassName
{
color: #8DBC8A;
}
</style>
background-color css
<style>
a { background-color: #8DBC8A; }
a { background-color: rgb(141,188,138); }
div.DivClassName
{
background-color: #8DBC8A;
}
.BgClassName
{
background-color: #8DBC8A;
}
</style>
border-color css
<style>
span { border-color: #8DBC8A; }
span { border-color: rgb(141,188,138); }
td.TdClassName
{
border-color: #8DBC8A;
}
.TagClassName
{
border-color: #8DBC8A;
}
</style>