Shades of Dark Sea Green #89BA8D
Tints of Dark Sea Green #89BA8D
RGB
CMYK
RGB Variations
Color information
#89BA8D (or 0x89BA8D) is known color: Dark Sea Green. HEX triplet: 89, BA and 8D. RGB value is (137,186,141). Sum of RGB (Red+Green+Blue) = 137+186+141=464 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.53% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 186 - color contains mainly: green. Hex color #89BA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BA8D is #764572. Grayscale: #A6A6A6. Windows color (decimal): -7751027 or 9288329. OLE color: 9288329.
HSL color Cylindrical-coordinate representation of color #89BA8D: hue angle of 124.9º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #89BA8D is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 186 | 141 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.27 |
| HSL | 124.9º | 0.26% | 0.63% | - |
| HSV(B) | 124.9º | 0.26% | 0.73% | - |
| XYZ | 32.68 | 42.36 | 31.65 | - |
| YUV | 166.22 | 113.77 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 186 | 141 | 0.26 | 0 | 0.24 | 0.27 | 124.9 | 0.26 | 0.63 |
| Hex | 89 | BA | 8D | 1A | 0 | 18 | 1B | 7D | 1A | 3F |
| Octal | 211 | 272 | 215 | 32 | 0 | 30 | 33 | 175 | 32 | 77 |
| Binary | 10001001 | 10111010 | 10001101 | 11010 | 0 | 11000 | 11011 | 1111101 | 11010 | 111111 |
Color Harmonies of #89BA8D
Complementary color
Monochromatic Colors of #89BA8D
Black with #89BA8D
Text Example
Text Example
White with #89BA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BA8D; }
p { color: rgb(137,186,141); }
H1.HeaderClassName
{
color: #89BA8D;
}
.AnyTagClassName
{
color: #89BA8D;
}
</style>
background-color css
<style>
a { background-color: #89BA8D; }
a { background-color: rgb(137,186,141); }
div.DivClassName
{
background-color: #89BA8D;
}
.BgClassName
{
background-color: #89BA8D;
}
</style>
border-color css
<style>
span { border-color: #89BA8D; }
span { border-color: rgb(137,186,141); }
td.TdClassName
{
border-color: #89BA8D;
}
.TagClassName
{
border-color: #89BA8D;
}
</style>