Shades of Dark Sea Green #8AB380
Tints of Dark Sea Green #8AB380
RGB
CMYK
RGB Variations
Color information
#8AB380 (or 0x8AB380) is known color: Dark Sea Green. HEX triplet: 8A, B3 and 80. RGB value is (138,179,128). Sum of RGB (Red+Green+Blue) = 138+179+128=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB380 is #754C7F. Grayscale: #A1A1A1. Windows color (decimal): -7687296 or 8434570. OLE color: 8434570.
HSL color Cylindrical-coordinate representation of color #8AB380: hue angle of 108.24º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AB380 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 138 | 179 | 128 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.30 |
| HSL | 108.24º | 0.25% | 0.6% | - |
| HSV(B) | 108.24º | 0.28% | 0.7% | - |
| XYZ | 30.5 | 39.2 | 26.38 | - |
| YUV | 160.93 | 109.42 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 179 | 128 | 0.23 | 0 | 0.28 | 0.30 | 108.24 | 0.25 | 0.6 |
| Hex | 8A | B3 | 80 | 17 | 0 | 1C | 1E | 6C | 19 | 3C |
| Octal | 212 | 263 | 200 | 27 | 0 | 34 | 36 | 154 | 31 | 74 |
| Binary | 10001010 | 10110011 | 10000000 | 10111 | 0 | 11100 | 11110 | 1101100 | 11001 | 111100 |
Color Harmonies of #8AB380
Complementary color
Monochromatic Colors of #8AB380
Black with #8AB380
Text Example
Text Example
White with #8AB380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB380; }
p { color: rgb(138,179,128); }
H1.HeaderClassName
{
color: #8AB380;
}
.AnyTagClassName
{
color: #8AB380;
}
</style>
background-color css
<style>
a { background-color: #8AB380; }
a { background-color: rgb(138,179,128); }
div.DivClassName
{
background-color: #8AB380;
}
.BgClassName
{
background-color: #8AB380;
}
</style>
border-color css
<style>
span { border-color: #8AB380; }
span { border-color: rgb(138,179,128); }
td.TdClassName
{
border-color: #8AB380;
}
.TagClassName
{
border-color: #8AB380;
}
</style>