Shades of Dark Sea Green #8ABC89
Tints of Dark Sea Green #8ABC89
RGB
CMYK
RGB Variations
Color information
#8ABC89 (or 0x8ABC89) is known color: Dark Sea Green. HEX triplet: 8A, BC and 89. RGB value is (138,188,137). Sum of RGB (Red+Green+Blue) = 138+188+137=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABC89 is #754376. Grayscale: #A7A7A7. Windows color (decimal): -7684983 or 9026698. OLE color: 9026698.
HSL color Cylindrical-coordinate representation of color #8ABC89: hue angle of 118.82º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8ABC89 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 137 | - |
| CMYK | 0.27 | 0 | 0.27 | 0.26 |
| HSL | 118.82º | 0.28% | 0.64% | - |
| HSV(B) | 118.82º | 0.27% | 0.74% | - |
| XYZ | 32.98 | 43.18 | 30.26 | - |
| YUV | 167.24 | 110.94 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 137 | 0.27 | 0 | 0.27 | 0.26 | 118.82 | 0.28 | 0.64 |
| Hex | 8A | BC | 89 | 1B | 0 | 1B | 1A | 77 | 1C | 40 |
| Octal | 212 | 274 | 211 | 33 | 0 | 33 | 32 | 167 | 34 | 100 |
| Binary | 10001010 | 10111100 | 10001001 | 11011 | 0 | 11011 | 11010 | 1110111 | 11100 | 1000000 |
Color Harmonies of #8ABC89
Complementary color
Monochromatic Colors of #8ABC89
Black with #8ABC89
Text Example
Text Example
White with #8ABC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC89; }
p { color: rgb(138,188,137); }
H1.HeaderClassName
{
color: #8ABC89;
}
.AnyTagClassName
{
color: #8ABC89;
}
</style>
background-color css
<style>
a { background-color: #8ABC89; }
a { background-color: rgb(138,188,137); }
div.DivClassName
{
background-color: #8ABC89;
}
.BgClassName
{
background-color: #8ABC89;
}
</style>
border-color css
<style>
span { border-color: #8ABC89; }
span { border-color: rgb(138,188,137); }
td.TdClassName
{
border-color: #8ABC89;
}
.TagClassName
{
border-color: #8ABC89;
}
</style>