Shades of Dark Sea Green #89BC82
Tints of Dark Sea Green #89BC82
RGB
CMYK
RGB Variations
Color information
#89BC82 (or 0x89BC82) is known color: Dark Sea Green. HEX triplet: 89, BC and 82. RGB value is (137,188,130). Sum of RGB (Red+Green+Blue) = 137+188+130=455 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.11% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #89BC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BC82 is #76437D. Grayscale: #A6A6A6. Windows color (decimal): -7750526 or 8567945. OLE color: 8567945.
HSL color Cylindrical-coordinate representation of color #89BC82: hue angle of 112.76º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89BC82 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 188 | 130 | - |
| CMYK | 0.27 | 0 | 0.31 | 0.26 |
| HSL | 112.76º | 0.3% | 0.62% | - |
| HSV(B) | 112.76º | 0.31% | 0.74% | - |
| XYZ | 32.33 | 42.9 | 27.7 | - |
| YUV | 166.14 | 107.6 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 130 | 0.27 | 0 | 0.31 | 0.26 | 112.76 | 0.3 | 0.62 |
| Hex | 89 | BC | 82 | 1B | 0 | 1F | 1A | 71 | 1E | 3E |
| Octal | 211 | 274 | 202 | 33 | 0 | 37 | 32 | 161 | 36 | 76 |
| Binary | 10001001 | 10111100 | 10000010 | 11011 | 0 | 11111 | 11010 | 1110001 | 11110 | 111110 |
Color Harmonies of #89BC82
Complementary color
Monochromatic Colors of #89BC82
Black with #89BC82
Text Example
Text Example
White with #89BC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BC82; }
p { color: rgb(137,188,130); }
H1.HeaderClassName
{
color: #89BC82;
}
.AnyTagClassName
{
color: #89BC82;
}
</style>
background-color css
<style>
a { background-color: #89BC82; }
a { background-color: rgb(137,188,130); }
div.DivClassName
{
background-color: #89BC82;
}
.BgClassName
{
background-color: #89BC82;
}
</style>
border-color css
<style>
span { border-color: #89BC82; }
span { border-color: rgb(137,188,130); }
td.TdClassName
{
border-color: #89BC82;
}
.TagClassName
{
border-color: #89BC82;
}
</style>