Shades of Dark Sea Green #8DB38F
Tints of Dark Sea Green #8DB38F
RGB
CMYK
RGB Variations
Color information
#8DB38F (or 0x8DB38F) is known color: Dark Sea Green. HEX triplet: 8D, B3 and 8F. RGB value is (141,179,143). Sum of RGB (Red+Green+Blue) = 141+179+143=463 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.45% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB38F is #724C70. Grayscale: #A3A3A3. Windows color (decimal): -7490673 or 9417613. OLE color: 9417613.
HSL color Cylindrical-coordinate representation of color #8DB38F: hue angle of 123.16º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8DB38F is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 179 | 143 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.30 |
| HSL | 123.16º | 0.2% | 0.63% | - |
| HSV(B) | 123.16º | 0.21% | 0.7% | - |
| XYZ | 32.06 | 39.89 | 32 | - |
| YUV | 163.53 | 116.41 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 143 | 0.21 | 0 | 0.20 | 0.30 | 123.16 | 0.2 | 0.63 |
| Hex | 8D | B3 | 8F | 15 | 0 | 14 | 1E | 7B | 14 | 3F |
| Octal | 215 | 263 | 217 | 25 | 0 | 24 | 36 | 173 | 24 | 77 |
| Binary | 10001101 | 10110011 | 10001111 | 10101 | 0 | 10100 | 11110 | 1111011 | 10100 | 111111 |
Color Harmonies of #8DB38F
Complementary color
Monochromatic Colors of #8DB38F
Black with #8DB38F
Text Example
Text Example
White with #8DB38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB38F; }
p { color: rgb(141,179,143); }
H1.HeaderClassName
{
color: #8DB38F;
}
.AnyTagClassName
{
color: #8DB38F;
}
</style>
background-color css
<style>
a { background-color: #8DB38F; }
a { background-color: rgb(141,179,143); }
div.DivClassName
{
background-color: #8DB38F;
}
.BgClassName
{
background-color: #8DB38F;
}
</style>
border-color css
<style>
span { border-color: #8DB38F; }
span { border-color: rgb(141,179,143); }
td.TdClassName
{
border-color: #8DB38F;
}
.TagClassName
{
border-color: #8DB38F;
}
</style>