Shades of Dark Sea Green #8DB38E
Tints of Dark Sea Green #8DB38E
RGB
CMYK
RGB Variations
Color information
#8DB38E (or 0x8DB38E) is known color: Dark Sea Green. HEX triplet: 8D, B3 and 8E. RGB value is (141,179,142). Sum of RGB (Red+Green+Blue) = 141+179+142=462 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.52% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 179 - color contains mainly: green. Hex color #8DB38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB38E is #724C71. Grayscale: #A3A3A3. Windows color (decimal): -7490674 or 9352077. OLE color: 9352077.
HSL color Cylindrical-coordinate representation of color #8DB38E: hue angle of 121.58º 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 #8DB38E is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 179 | 142 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.30 |
| HSL | 121.58º | 0.2% | 0.63% | - |
| HSV(B) | 121.58º | 0.21% | 0.7% | - |
| XYZ | 31.99 | 39.86 | 31.6 | - |
| YUV | 163.42 | 115.91 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 142 | 0.21 | 0 | 0.21 | 0.30 | 121.58 | 0.2 | 0.63 |
| Hex | 8D | B3 | 8E | 15 | 0 | 15 | 1E | 7A | 14 | 3F |
| Octal | 215 | 263 | 216 | 25 | 0 | 25 | 36 | 172 | 24 | 77 |
| Binary | 10001101 | 10110011 | 10001110 | 10101 | 0 | 10101 | 11110 | 1111010 | 10100 | 111111 |
Color Harmonies of #8DB38E
Complementary color
Monochromatic Colors of #8DB38E
Black with #8DB38E
Text Example
Text Example
White with #8DB38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB38E; }
p { color: rgb(141,179,142); }
H1.HeaderClassName
{
color: #8DB38E;
}
.AnyTagClassName
{
color: #8DB38E;
}
</style>
background-color css
<style>
a { background-color: #8DB38E; }
a { background-color: rgb(141,179,142); }
div.DivClassName
{
background-color: #8DB38E;
}
.BgClassName
{
background-color: #8DB38E;
}
</style>
border-color css
<style>
span { border-color: #8DB38E; }
span { border-color: rgb(141,179,142); }
td.TdClassName
{
border-color: #8DB38E;
}
.TagClassName
{
border-color: #8DB38E;
}
</style>