Shades of Dark Sea Green #8ABC7D
Tints of Dark Sea Green #8ABC7D
RGB
CMYK
RGB Variations
Color information
#8ABC7D (or 0x8ABC7D) is known color: Dark Sea Green. HEX triplet: 8A, BC and 7D. RGB value is (138,188,125). Sum of RGB (Red+Green+Blue) = 138+188+125=451 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.60% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABC7D is #754382. Grayscale: #A6A6A6. Windows color (decimal): -7684995 or 8240266. OLE color: 8240266.
HSL color Cylindrical-coordinate representation of color #8ABC7D: hue angle of 107.62º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ABC7D is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 125 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.26 |
| HSL | 107.62º | 0.32% | 0.61% | - |
| HSV(B) | 107.62º | 0.34% | 0.74% | - |
| XYZ | 32.17 | 42.85 | 25.98 | - |
| YUV | 165.87 | 104.94 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 125 | 0.27 | 0 | 0.34 | 0.26 | 107.62 | 0.32 | 0.61 |
| Hex | 8A | BC | 7D | 1B | 0 | 22 | 1A | 6C | 20 | 3D |
| Octal | 212 | 274 | 175 | 33 | 0 | 42 | 32 | 154 | 40 | 75 |
| Binary | 10001010 | 10111100 | 1111101 | 11011 | 0 | 100010 | 11010 | 1101100 | 100000 | 111101 |
Color Harmonies of #8ABC7D
Complementary color
Monochromatic Colors of #8ABC7D
Black with #8ABC7D
Text Example
Text Example
White with #8ABC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC7D; }
p { color: rgb(138,188,125); }
H1.HeaderClassName
{
color: #8ABC7D;
}
.AnyTagClassName
{
color: #8ABC7D;
}
</style>
background-color css
<style>
a { background-color: #8ABC7D; }
a { background-color: rgb(138,188,125); }
div.DivClassName
{
background-color: #8ABC7D;
}
.BgClassName
{
background-color: #8ABC7D;
}
</style>
border-color css
<style>
span { border-color: #8ABC7D; }
span { border-color: rgb(138,188,125); }
td.TdClassName
{
border-color: #8ABC7D;
}
.TagClassName
{
border-color: #8ABC7D;
}
</style>