Shades of Dark Sea Green #89BC8E
Tints of Dark Sea Green #89BC8E
RGB
CMYK
RGB Variations
Color information
#89BC8E (or 0x89BC8E) is known color: Dark Sea Green. HEX triplet: 89, BC and 8E. RGB value is (137,188,142). Sum of RGB (Red+Green+Blue) = 137+188+142=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #89BC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BC8E is #764371. Grayscale: #A7A7A7. Windows color (decimal): -7750514 or 9354377. OLE color: 9354377.
HSL color Cylindrical-coordinate representation of color #89BC8E: hue angle of 125.88º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89BC8E is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 188 | 142 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.26 |
| HSL | 125.88º | 0.28% | 0.64% | - |
| HSV(B) | 125.88º | 0.27% | 0.74% | - |
| XYZ | 33.18 | 43.24 | 32.19 | - |
| YUV | 167.51 | 113.6 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 142 | 0.27 | 0 | 0.24 | 0.26 | 125.88 | 0.28 | 0.64 |
| Hex | 89 | BC | 8E | 1B | 0 | 18 | 1A | 7E | 1C | 40 |
| Octal | 211 | 274 | 216 | 33 | 0 | 30 | 32 | 176 | 34 | 100 |
| Binary | 10001001 | 10111100 | 10001110 | 11011 | 0 | 11000 | 11010 | 1111110 | 11100 | 1000000 |
Color Harmonies of #89BC8E
Complementary color
Monochromatic Colors of #89BC8E
Black with #89BC8E
Text Example
Text Example
White with #89BC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BC8E; }
p { color: rgb(137,188,142); }
H1.HeaderClassName
{
color: #89BC8E;
}
.AnyTagClassName
{
color: #89BC8E;
}
</style>
background-color css
<style>
a { background-color: #89BC8E; }
a { background-color: rgb(137,188,142); }
div.DivClassName
{
background-color: #89BC8E;
}
.BgClassName
{
background-color: #89BC8E;
}
</style>
border-color css
<style>
span { border-color: #89BC8E; }
span { border-color: rgb(137,188,142); }
td.TdClassName
{
border-color: #89BC8E;
}
.TagClassName
{
border-color: #89BC8E;
}
</style>