Shades of Dark Sea Green #8DBD8F
Tints of Dark Sea Green #8DBD8F
RGB
CMYK
RGB Variations
Color information
#8DBD8F (or 0x8DBD8F) is known color: Dark Sea Green. HEX triplet: 8D, BD and 8F. RGB value is (141,189,143). Sum of RGB (Red+Green+Blue) = 141+189+143=473 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.81% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #8DBD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBD8F is #724270. Grayscale: #A9A9A9. Windows color (decimal): -7488113 or 9420173. OLE color: 9420173.
HSL color Cylindrical-coordinate representation of color #8DBD8F: hue angle of 122.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8DBD8F is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 189 | 143 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.26 |
| HSL | 122.5º | 0.27% | 0.65% | - |
| HSV(B) | 122.5º | 0.25% | 0.74% | - |
| XYZ | 34.14 | 44.04 | 32.69 | - |
| YUV | 169.4 | 113.1 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 143 | 0.25 | 0 | 0.24 | 0.26 | 122.5 | 0.27 | 0.65 |
| Hex | 8D | BD | 8F | 19 | 0 | 18 | 1A | 7B | 1B | 41 |
| Octal | 215 | 275 | 217 | 31 | 0 | 30 | 32 | 173 | 33 | 101 |
| Binary | 10001101 | 10111101 | 10001111 | 11001 | 0 | 11000 | 11010 | 1111011 | 11011 | 1000001 |
Color Harmonies of #8DBD8F
Complementary color
Monochromatic Colors of #8DBD8F
Black with #8DBD8F
Text Example
Text Example
White with #8DBD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBD8F; }
p { color: rgb(141,189,143); }
H1.HeaderClassName
{
color: #8DBD8F;
}
.AnyTagClassName
{
color: #8DBD8F;
}
</style>
background-color css
<style>
a { background-color: #8DBD8F; }
a { background-color: rgb(141,189,143); }
div.DivClassName
{
background-color: #8DBD8F;
}
.BgClassName
{
background-color: #8DBD8F;
}
</style>
border-color css
<style>
span { border-color: #8DBD8F; }
span { border-color: rgb(141,189,143); }
td.TdClassName
{
border-color: #8DBD8F;
}
.TagClassName
{
border-color: #8DBD8F;
}
</style>