Shades of Dark Sea Green #89BD8C
Tints of Dark Sea Green #89BD8C
RGB
CMYK
RGB Variations
Color information
#89BD8C (or 0x89BD8C) is known color: Dark Sea Green. HEX triplet: 89, BD and 8C. RGB value is (137,189,140). Sum of RGB (Red+Green+Blue) = 137+189+140=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 189 - color contains mainly: green. Hex color #89BD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BD8C is #764273. Grayscale: #A8A8A8. Windows color (decimal): -7750260 or 9223561. OLE color: 9223561.
HSL color Cylindrical-coordinate representation of color #89BD8C: hue angle of 123.46º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89BD8C is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 189 | 140 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.26 |
| HSL | 123.46º | 0.28% | 0.64% | - |
| HSV(B) | 123.46º | 0.28% | 0.74% | - |
| XYZ | 33.25 | 43.61 | 31.48 | - |
| YUV | 167.87 | 112.27 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 189 | 140 | 0.28 | 0 | 0.26 | 0.26 | 123.46 | 0.28 | 0.64 |
| Hex | 89 | BD | 8C | 1C | 0 | 1A | 1A | 7B | 1C | 40 |
| Octal | 211 | 275 | 214 | 34 | 0 | 32 | 32 | 173 | 34 | 100 |
| Binary | 10001001 | 10111101 | 10001100 | 11100 | 0 | 11010 | 11010 | 1111011 | 11100 | 1000000 |
Color Harmonies of #89BD8C
Complementary color
Monochromatic Colors of #89BD8C
Black with #89BD8C
Text Example
Text Example
White with #89BD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BD8C; }
p { color: rgb(137,189,140); }
H1.HeaderClassName
{
color: #89BD8C;
}
.AnyTagClassName
{
color: #89BD8C;
}
</style>
background-color css
<style>
a { background-color: #89BD8C; }
a { background-color: rgb(137,189,140); }
div.DivClassName
{
background-color: #89BD8C;
}
.BgClassName
{
background-color: #89BD8C;
}
</style>
border-color css
<style>
span { border-color: #89BD8C; }
span { border-color: rgb(137,189,140); }
td.TdClassName
{
border-color: #89BD8C;
}
.TagClassName
{
border-color: #89BD8C;
}
</style>