Shades of Dark Sea Green #8DBB80
Tints of Dark Sea Green #8DBB80
RGB
CMYK
RGB Variations
Color information
#8DBB80 (or 0x8DBB80) is known color: Dark Sea Green. HEX triplet: 8D, BB and 80. RGB value is (141,187,128). Sum of RGB (Red+Green+Blue) = 141+187+128=456 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.92% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBB80 is #72447F. Grayscale: #A6A6A6. Windows color (decimal): -7488640 or 8436621. OLE color: 8436621.
HSL color Cylindrical-coordinate representation of color #8DBB80: hue angle of 106.78º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DBB80 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 187 | 128 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.27 |
| HSL | 106.78º | 0.3% | 0.62% | - |
| HSV(B) | 106.78º | 0.32% | 0.73% | - |
| XYZ | 32.65 | 42.76 | 26.96 | - |
| YUV | 166.52 | 106.26 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 187 | 128 | 0.25 | 0 | 0.32 | 0.27 | 106.78 | 0.3 | 0.62 |
| Hex | 8D | BB | 80 | 19 | 0 | 20 | 1B | 6B | 1E | 3E |
| Octal | 215 | 273 | 200 | 31 | 0 | 40 | 33 | 153 | 36 | 76 |
| Binary | 10001101 | 10111011 | 10000000 | 11001 | 0 | 100000 | 11011 | 1101011 | 11110 | 111110 |
Color Harmonies of #8DBB80
Complementary color
Monochromatic Colors of #8DBB80
Black with #8DBB80
Text Example
Text Example
White with #8DBB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBB80; }
p { color: rgb(141,187,128); }
H1.HeaderClassName
{
color: #8DBB80;
}
.AnyTagClassName
{
color: #8DBB80;
}
</style>
background-color css
<style>
a { background-color: #8DBB80; }
a { background-color: rgb(141,187,128); }
div.DivClassName
{
background-color: #8DBB80;
}
.BgClassName
{
background-color: #8DBB80;
}
</style>
border-color css
<style>
span { border-color: #8DBB80; }
span { border-color: rgb(141,187,128); }
td.TdClassName
{
border-color: #8DBB80;
}
.TagClassName
{
border-color: #8DBB80;
}
</style>