Shades of Dark Sea Green #8ABA80
Tints of Dark Sea Green #8ABA80
RGB
CMYK
RGB Variations
Color information
#8ABA80 (or 0x8ABA80) is known color: Dark Sea Green. HEX triplet: 8A, BA and 80. RGB value is (138,186,128). Sum of RGB (Red+Green+Blue) = 138+186+128=452 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.53% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 128 (50.39% from 255 or 28.32% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABA80 is #75457F. Grayscale: #A5A5A5. Windows color (decimal): -7685504 or 8436362. OLE color: 8436362.
HSL color Cylindrical-coordinate representation of color #8ABA80: hue angle of 109.66º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ABA80 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 186 | 128 | - |
| CMYK | 0.26 | 0 | 0.31 | 0.27 |
| HSL | 109.66º | 0.3% | 0.62% | - |
| HSV(B) | 109.66º | 0.31% | 0.73% | - |
| XYZ | 31.94 | 42.08 | 26.86 | - |
| YUV | 165.04 | 107.1 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 128 | 0.26 | 0 | 0.31 | 0.27 | 109.66 | 0.3 | 0.62 |
| Hex | 8A | BA | 80 | 1A | 0 | 1F | 1B | 6E | 1E | 3E |
| Octal | 212 | 272 | 200 | 32 | 0 | 37 | 33 | 156 | 36 | 76 |
| Binary | 10001010 | 10111010 | 10000000 | 11010 | 0 | 11111 | 11011 | 1101110 | 11110 | 111110 |
Color Harmonies of #8ABA80
Complementary color
Monochromatic Colors of #8ABA80
Black with #8ABA80
Text Example
Text Example
White with #8ABA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABA80; }
p { color: rgb(138,186,128); }
H1.HeaderClassName
{
color: #8ABA80;
}
.AnyTagClassName
{
color: #8ABA80;
}
</style>
background-color css
<style>
a { background-color: #8ABA80; }
a { background-color: rgb(138,186,128); }
div.DivClassName
{
background-color: #8ABA80;
}
.BgClassName
{
background-color: #8ABA80;
}
</style>
border-color css
<style>
span { border-color: #8ABA80; }
span { border-color: rgb(138,186,128); }
td.TdClassName
{
border-color: #8ABA80;
}
.TagClassName
{
border-color: #8ABA80;
}
</style>