Shades of Dark Sea Green #8DB588
Tints of Dark Sea Green #8DB588
RGB
CMYK
RGB Variations
Color information
#8DB588 (or 0x8DB588) is known color: Dark Sea Green. HEX triplet: 8D, B5 and 88. RGB value is (141,181,136). Sum of RGB (Red+Green+Blue) = 141+181+136=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 181 - color contains mainly: green. Hex color #8DB588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB588 is #724A77. Grayscale: #A4A4A4. Windows color (decimal): -7490168 or 8959373. OLE color: 8959373.
HSL color Cylindrical-coordinate representation of color #8DB588: hue angle of 113.33º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DB588 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 181 | 136 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.29 |
| HSL | 113.33º | 0.23% | 0.62% | - |
| HSV(B) | 113.33º | 0.25% | 0.71% | - |
| XYZ | 31.95 | 40.49 | 29.42 | - |
| YUV | 163.91 | 112.25 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 136 | 0.22 | 0 | 0.25 | 0.29 | 113.33 | 0.23 | 0.62 |
| Hex | 8D | B5 | 88 | 16 | 0 | 19 | 1D | 71 | 17 | 3E |
| Octal | 215 | 265 | 210 | 26 | 0 | 31 | 35 | 161 | 27 | 76 |
| Binary | 10001101 | 10110101 | 10001000 | 10110 | 0 | 11001 | 11101 | 1110001 | 10111 | 111110 |
Color Harmonies of #8DB588
Complementary color
Monochromatic Colors of #8DB588
Black with #8DB588
Text Example
Text Example
White with #8DB588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB588; }
p { color: rgb(141,181,136); }
H1.HeaderClassName
{
color: #8DB588;
}
.AnyTagClassName
{
color: #8DB588;
}
</style>
background-color css
<style>
a { background-color: #8DB588; }
a { background-color: rgb(141,181,136); }
div.DivClassName
{
background-color: #8DB588;
}
.BgClassName
{
background-color: #8DB588;
}
</style>
border-color css
<style>
span { border-color: #8DB588; }
span { border-color: rgb(141,181,136); }
td.TdClassName
{
border-color: #8DB588;
}
.TagClassName
{
border-color: #8DB588;
}
</style>