Shades of Dark Sea Green #8ABE80
Tints of Dark Sea Green #8ABE80
RGB
CMYK
RGB Variations
Color information
#8ABE80 (or 0x8ABE80) is known color: Dark Sea Green. HEX triplet: 8A, BE and 80. RGB value is (138,190,128). Sum of RGB (Red+Green+Blue) = 138+190+128=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #8ABE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABE80 is #75417F. Grayscale: #A7A7A7. Windows color (decimal): -7684480 or 8437386. OLE color: 8437386.
HSL color Cylindrical-coordinate representation of color #8ABE80: hue angle of 110.32º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ABE80 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 190 | 128 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.25 |
| HSL | 110.32º | 0.32% | 0.62% | - |
| HSV(B) | 110.32º | 0.33% | 0.75% | - |
| XYZ | 32.79 | 43.79 | 27.15 | - |
| YUV | 167.38 | 105.77 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 190 | 128 | 0.27 | 0 | 0.33 | 0.25 | 110.32 | 0.32 | 0.62 |
| Hex | 8A | BE | 80 | 1B | 0 | 21 | 19 | 6E | 20 | 3E |
| Octal | 212 | 276 | 200 | 33 | 0 | 41 | 31 | 156 | 40 | 76 |
| Binary | 10001010 | 10111110 | 10000000 | 11011 | 0 | 100001 | 11001 | 1101110 | 100000 | 111110 |
Color Harmonies of #8ABE80
Complementary color
Monochromatic Colors of #8ABE80
Black with #8ABE80
Text Example
Text Example
White with #8ABE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABE80; }
p { color: rgb(138,190,128); }
H1.HeaderClassName
{
color: #8ABE80;
}
.AnyTagClassName
{
color: #8ABE80;
}
</style>
background-color css
<style>
a { background-color: #8ABE80; }
a { background-color: rgb(138,190,128); }
div.DivClassName
{
background-color: #8ABE80;
}
.BgClassName
{
background-color: #8ABE80;
}
</style>
border-color css
<style>
span { border-color: #8ABE80; }
span { border-color: rgb(138,190,128); }
td.TdClassName
{
border-color: #8ABE80;
}
.TagClassName
{
border-color: #8ABE80;
}
</style>