Shades of Dark Sea Green #8ABC81
Tints of Dark Sea Green #8ABC81
RGB
CMYK
RGB Variations
Color information
#8ABC81 (or 0x8ABC81) is known color: Dark Sea Green. HEX triplet: 8A, BC and 81. RGB value is (138,188,129). Sum of RGB (Red+Green+Blue) = 138+188+129=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABC81 is #75437E. Grayscale: #A6A6A6. Windows color (decimal): -7684991 or 8502410. OLE color: 8502410.
HSL color Cylindrical-coordinate representation of color #8ABC81: hue angle of 110.85º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ABC81 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 129 | - |
| CMYK | 0.27 | 0 | 0.31 | 0.26 |
| HSL | 110.85º | 0.31% | 0.62% | - |
| HSV(B) | 110.85º | 0.31% | 0.74% | - |
| XYZ | 32.43 | 42.95 | 27.35 | - |
| YUV | 166.32 | 106.94 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 129 | 0.27 | 0 | 0.31 | 0.26 | 110.85 | 0.31 | 0.62 |
| Hex | 8A | BC | 81 | 1B | 0 | 1F | 1A | 6F | 1F | 3E |
| Octal | 212 | 274 | 201 | 33 | 0 | 37 | 32 | 157 | 37 | 76 |
| Binary | 10001010 | 10111100 | 10000001 | 11011 | 0 | 11111 | 11010 | 1101111 | 11111 | 111110 |
Color Harmonies of #8ABC81
Complementary color
Monochromatic Colors of #8ABC81
Black with #8ABC81
Text Example
Text Example
White with #8ABC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC81; }
p { color: rgb(138,188,129); }
H1.HeaderClassName
{
color: #8ABC81;
}
.AnyTagClassName
{
color: #8ABC81;
}
</style>
background-color css
<style>
a { background-color: #8ABC81; }
a { background-color: rgb(138,188,129); }
div.DivClassName
{
background-color: #8ABC81;
}
.BgClassName
{
background-color: #8ABC81;
}
</style>
border-color css
<style>
span { border-color: #8ABC81; }
span { border-color: rgb(138,188,129); }
td.TdClassName
{
border-color: #8ABC81;
}
.TagClassName
{
border-color: #8ABC81;
}
</style>