Shades of Dark Sea Green #89BD8E
Tints of Dark Sea Green #89BD8E
RGB
CMYK
RGB Variations
Color information
#89BD8E (or 0x89BD8E) is known color: Dark Sea Green. HEX triplet: 89, BD and 8E. RGB value is (137,189,142). Sum of RGB (Red+Green+Blue) = 137+189+142=468 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.27% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #89BD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BD8E is #764271. Grayscale: #A8A8A8. Windows color (decimal): -7750258 or 9354633. OLE color: 9354633.
HSL color Cylindrical-coordinate representation of color #89BD8E: hue angle of 125.77º 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 #89BD8E is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 189 | 142 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.26 |
| HSL | 125.77º | 0.28% | 0.64% | - |
| HSV(B) | 125.77º | 0.28% | 0.74% | - |
| XYZ | 33.4 | 43.67 | 32.26 | - |
| YUV | 168.09 | 113.27 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 189 | 142 | 0.28 | 0 | 0.25 | 0.26 | 125.77 | 0.28 | 0.64 |
| Hex | 89 | BD | 8E | 1C | 0 | 19 | 1A | 7E | 1C | 40 |
| Octal | 211 | 275 | 216 | 34 | 0 | 31 | 32 | 176 | 34 | 100 |
| Binary | 10001001 | 10111101 | 10001110 | 11100 | 0 | 11001 | 11010 | 1111110 | 11100 | 1000000 |
Color Harmonies of #89BD8E
Complementary color
Monochromatic Colors of #89BD8E
Black with #89BD8E
Text Example
Text Example
White with #89BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BD8E; }
p { color: rgb(137,189,142); }
H1.HeaderClassName
{
color: #89BD8E;
}
.AnyTagClassName
{
color: #89BD8E;
}
</style>
background-color css
<style>
a { background-color: #89BD8E; }
a { background-color: rgb(137,189,142); }
div.DivClassName
{
background-color: #89BD8E;
}
.BgClassName
{
background-color: #89BD8E;
}
</style>
border-color css
<style>
span { border-color: #89BD8E; }
span { border-color: rgb(137,189,142); }
td.TdClassName
{
border-color: #89BD8E;
}
.TagClassName
{
border-color: #89BD8E;
}
</style>