Shades of Dark Sea Green #89BD85
Tints of Dark Sea Green #89BD85
RGB
CMYK
RGB Variations
Color information
#89BD85 (or 0x89BD85) is known color: Dark Sea Green. HEX triplet: 89, BD and 85. RGB value is (137,189,133). Sum of RGB (Red+Green+Blue) = 137+189+133=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 189 - color contains mainly: green. Hex color #89BD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BD85 is #76427A. Grayscale: #A7A7A7. Windows color (decimal): -7750267 or 8764809. OLE color: 8764809.
HSL color Cylindrical-coordinate representation of color #89BD85: hue angle of 115.71º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89BD85 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 189 | 133 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.26 |
| HSL | 115.71º | 0.3% | 0.63% | - |
| HSV(B) | 115.71º | 0.3% | 0.74% | - |
| XYZ | 32.75 | 43.41 | 28.84 | - |
| YUV | 167.07 | 108.77 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 189 | 133 | 0.28 | 0 | 0.30 | 0.26 | 115.71 | 0.3 | 0.63 |
| Hex | 89 | BD | 85 | 1C | 0 | 1E | 1A | 74 | 1E | 3F |
| Octal | 211 | 275 | 205 | 34 | 0 | 36 | 32 | 164 | 36 | 77 |
| Binary | 10001001 | 10111101 | 10000101 | 11100 | 0 | 11110 | 11010 | 1110100 | 11110 | 111111 |
Color Harmonies of #89BD85
Complementary color
Monochromatic Colors of #89BD85
Black with #89BD85
Text Example
Text Example
White with #89BD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BD85; }
p { color: rgb(137,189,133); }
H1.HeaderClassName
{
color: #89BD85;
}
.AnyTagClassName
{
color: #89BD85;
}
</style>
background-color css
<style>
a { background-color: #89BD85; }
a { background-color: rgb(137,189,133); }
div.DivClassName
{
background-color: #89BD85;
}
.BgClassName
{
background-color: #89BD85;
}
</style>
border-color css
<style>
span { border-color: #89BD85; }
span { border-color: rgb(137,189,133); }
td.TdClassName
{
border-color: #89BD85;
}
.TagClassName
{
border-color: #89BD85;
}
</style>