Shades of Dark Sea Green #8DB688
Tints of Dark Sea Green #8DB688
RGB
CMYK
RGB Variations
Color information
#8DB688 (or 0x8DB688) is known color: Dark Sea Green. HEX triplet: 8D, B6 and 88. RGB value is (141,182,136). Sum of RGB (Red+Green+Blue) = 141+182+136=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB688 is #724977. Grayscale: #A4A4A4. Windows color (decimal): -7489912 or 8959629. OLE color: 8959629.
HSL color Cylindrical-coordinate representation of color #8DB688: hue angle of 113.48º degrees, saturation: 0.24, 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 #8DB688 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 182 | 136 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.29 |
| HSL | 113.48º | 0.24% | 0.62% | - |
| HSV(B) | 113.48º | 0.25% | 0.71% | - |
| XYZ | 32.16 | 40.9 | 29.49 | - |
| YUV | 164.5 | 111.92 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 136 | 0.23 | 0 | 0.25 | 0.29 | 113.48 | 0.24 | 0.62 |
| Hex | 8D | B6 | 88 | 17 | 0 | 19 | 1D | 71 | 18 | 3E |
| Octal | 215 | 266 | 210 | 27 | 0 | 31 | 35 | 161 | 30 | 76 |
| Binary | 10001101 | 10110110 | 10001000 | 10111 | 0 | 11001 | 11101 | 1110001 | 11000 | 111110 |
Color Harmonies of #8DB688
Complementary color
Monochromatic Colors of #8DB688
Black with #8DB688
Text Example
Text Example
White with #8DB688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB688; }
p { color: rgb(141,182,136); }
H1.HeaderClassName
{
color: #8DB688;
}
.AnyTagClassName
{
color: #8DB688;
}
</style>
background-color css
<style>
a { background-color: #8DB688; }
a { background-color: rgb(141,182,136); }
div.DivClassName
{
background-color: #8DB688;
}
.BgClassName
{
background-color: #8DB688;
}
</style>
border-color css
<style>
span { border-color: #8DB688; }
span { border-color: rgb(141,182,136); }
td.TdClassName
{
border-color: #8DB688;
}
.TagClassName
{
border-color: #8DB688;
}
</style>