Shades of Dark Sea Green #8DBF88
Tints of Dark Sea Green #8DBF88
RGB
CMYK
RGB Variations
Color information
#8DBF88 (or 0x8DBF88) is known color: Dark Sea Green. HEX triplet: 8D, BF and 88. RGB value is (141,191,136). Sum of RGB (Red+Green+Blue) = 141+191+136=468 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.13% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 191 - color contains mainly: green. Hex color #8DBF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBF88 is #724077. Grayscale: #A9A9A9. Windows color (decimal): -7487608 or 8961933. OLE color: 8961933.
HSL color Cylindrical-coordinate representation of color #8DBF88: hue angle of 114.55º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8DBF88 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 191 | 136 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.25 |
| HSL | 114.55º | 0.3% | 0.64% | - |
| HSV(B) | 114.55º | 0.29% | 0.75% | - |
| XYZ | 34.06 | 44.7 | 30.13 | - |
| YUV | 169.78 | 108.94 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 136 | 0.26 | 0 | 0.29 | 0.25 | 114.55 | 0.3 | 0.64 |
| Hex | 8D | BF | 88 | 1A | 0 | 1D | 19 | 73 | 1E | 40 |
| Octal | 215 | 277 | 210 | 32 | 0 | 35 | 31 | 163 | 36 | 100 |
| Binary | 10001101 | 10111111 | 10001000 | 11010 | 0 | 11101 | 11001 | 1110011 | 11110 | 1000000 |
Color Harmonies of #8DBF88
Complementary color
Monochromatic Colors of #8DBF88
Black with #8DBF88
Text Example
Text Example
White with #8DBF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBF88; }
p { color: rgb(141,191,136); }
H1.HeaderClassName
{
color: #8DBF88;
}
.AnyTagClassName
{
color: #8DBF88;
}
</style>
background-color css
<style>
a { background-color: #8DBF88; }
a { background-color: rgb(141,191,136); }
div.DivClassName
{
background-color: #8DBF88;
}
.BgClassName
{
background-color: #8DBF88;
}
</style>
border-color css
<style>
span { border-color: #8DBF88; }
span { border-color: rgb(141,191,136); }
td.TdClassName
{
border-color: #8DBF88;
}
.TagClassName
{
border-color: #8DBF88;
}
</style>