Shades of Dark Sea Green #8AC089
Tints of Dark Sea Green #8AC089
RGB
CMYK
RGB Variations
Color information
#8AC089 (or 0x8AC089) is known color: Dark Sea Green. HEX triplet: 8A, C0 and 89. RGB value is (138,192,137). Sum of RGB (Red+Green+Blue) = 138+192+137=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AC089 is #753F76. Grayscale: #A9A9A9. Windows color (decimal): -7683959 or 9027722. OLE color: 9027722.
HSL color Cylindrical-coordinate representation of color #8AC089: hue angle of 118.91º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8AC089 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 137 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.25 |
| HSL | 118.91º | 0.3% | 0.65% | - |
| HSV(B) | 118.91º | 0.29% | 0.75% | - |
| XYZ | 33.85 | 44.91 | 30.55 | - |
| YUV | 169.58 | 109.61 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 137 | 0.28 | 0 | 0.29 | 0.25 | 118.91 | 0.3 | 0.65 |
| Hex | 8A | C0 | 89 | 1C | 0 | 1D | 19 | 77 | 1E | 41 |
| Octal | 212 | 300 | 211 | 34 | 0 | 35 | 31 | 167 | 36 | 101 |
| Binary | 10001010 | 11000000 | 10001001 | 11100 | 0 | 11101 | 11001 | 1110111 | 11110 | 1000001 |
Color Harmonies of #8AC089
Complementary color
Monochromatic Colors of #8AC089
Black with #8AC089
Text Example
Text Example
White with #8AC089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC089; }
p { color: rgb(138,192,137); }
H1.HeaderClassName
{
color: #8AC089;
}
.AnyTagClassName
{
color: #8AC089;
}
</style>
background-color css
<style>
a { background-color: #8AC089; }
a { background-color: rgb(138,192,137); }
div.DivClassName
{
background-color: #8AC089;
}
.BgClassName
{
background-color: #8AC089;
}
</style>
border-color css
<style>
span { border-color: #8AC089; }
span { border-color: rgb(138,192,137); }
td.TdClassName
{
border-color: #8AC089;
}
.TagClassName
{
border-color: #8AC089;
}
</style>