Shades of Dark Sea Green #89BC91
Tints of Dark Sea Green #89BC91
RGB
CMYK
RGB Variations
Color information
#89BC91 (or 0x89BC91) is known color: Dark Sea Green. HEX triplet: 89, BC and 91. RGB value is (137,188,145). Sum of RGB (Red+Green+Blue) = 137+188+145=470 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.15% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #89BC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BC91 is #76436E. Grayscale: #A7A7A7. Windows color (decimal): -7750511 or 9550985. OLE color: 9550985.
HSL color Cylindrical-coordinate representation of color #89BC91: hue angle of 129.41º 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 #89BC91 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 188 | 145 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.26 |
| HSL | 129.41º | 0.28% | 0.64% | - |
| HSV(B) | 129.41º | 0.27% | 0.74% | - |
| XYZ | 33.41 | 43.33 | 33.39 | - |
| YUV | 167.85 | 115.1 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 145 | 0.27 | 0 | 0.23 | 0.26 | 129.41 | 0.28 | 0.64 |
| Hex | 89 | BC | 91 | 1B | 0 | 17 | 1A | 81 | 1C | 40 |
| Octal | 211 | 274 | 221 | 33 | 0 | 27 | 32 | 201 | 34 | 100 |
| Binary | 10001001 | 10111100 | 10010001 | 11011 | 0 | 10111 | 11010 | 10000001 | 11100 | 1000000 |
Color Harmonies of #89BC91
Complementary color
Monochromatic Colors of #89BC91
Black with #89BC91
Text Example
Text Example
White with #89BC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BC91; }
p { color: rgb(137,188,145); }
H1.HeaderClassName
{
color: #89BC91;
}
.AnyTagClassName
{
color: #89BC91;
}
</style>
background-color css
<style>
a { background-color: #89BC91; }
a { background-color: rgb(137,188,145); }
div.DivClassName
{
background-color: #89BC91;
}
.BgClassName
{
background-color: #89BC91;
}
</style>
border-color css
<style>
span { border-color: #89BC91; }
span { border-color: rgb(137,188,145); }
td.TdClassName
{
border-color: #89BC91;
}
.TagClassName
{
border-color: #89BC91;
}
</style>