Shades of Dark Sea Green #8DB990
Tints of Dark Sea Green #8DB990
RGB
CMYK
RGB Variations
Color information
#8DB990 (or 0x8DB990) is known color: Dark Sea Green. HEX triplet: 8D, B9 and 90. RGB value is (141,185,144). Sum of RGB (Red+Green+Blue) = 141+185+144=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB990 is #72466F. Grayscale: #A7A7A7. Windows color (decimal): -7489136 or 9484685. OLE color: 9484685.
HSL color Cylindrical-coordinate representation of color #8DB990: hue angle of 124.09º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8DB990 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 185 | 144 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.27 |
| HSL | 124.09º | 0.24% | 0.64% | - |
| HSV(B) | 124.09º | 0.24% | 0.73% | - |
| XYZ | 33.37 | 42.37 | 32.81 | - |
| YUV | 167.17 | 114.92 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 185 | 144 | 0.24 | 0 | 0.22 | 0.27 | 124.09 | 0.24 | 0.64 |
| Hex | 8D | B9 | 90 | 18 | 0 | 16 | 1B | 7C | 18 | 40 |
| Octal | 215 | 271 | 220 | 30 | 0 | 26 | 33 | 174 | 30 | 100 |
| Binary | 10001101 | 10111001 | 10010000 | 11000 | 0 | 10110 | 11011 | 1111100 | 11000 | 1000000 |
Color Harmonies of #8DB990
Complementary color
Monochromatic Colors of #8DB990
Black with #8DB990
Text Example
Text Example
White with #8DB990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB990; }
p { color: rgb(141,185,144); }
H1.HeaderClassName
{
color: #8DB990;
}
.AnyTagClassName
{
color: #8DB990;
}
</style>
background-color css
<style>
a { background-color: #8DB990; }
a { background-color: rgb(141,185,144); }
div.DivClassName
{
background-color: #8DB990;
}
.BgClassName
{
background-color: #8DB990;
}
</style>
border-color css
<style>
span { border-color: #8DB990; }
span { border-color: rgb(141,185,144); }
td.TdClassName
{
border-color: #8DB990;
}
.TagClassName
{
border-color: #8DB990;
}
</style>