Shades of Dark Sea Green #89BC92
Tints of Dark Sea Green #89BC92
RGB
CMYK
RGB Variations
Color information
#89BC92 (or 0x89BC92) is known color: Dark Sea Green. HEX triplet: 89, BC and 92. RGB value is (137,188,146). Sum of RGB (Red+Green+Blue) = 137+188+146=471 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.09% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #89BC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BC92 is #76436D. Grayscale: #A8A8A8. Windows color (decimal): -7750510 or 9616521. OLE color: 9616521.
HSL color Cylindrical-coordinate representation of color #89BC92: hue angle of 130.59º 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 #89BC92 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 188 | 146 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.26 |
| HSL | 130.59º | 0.28% | 0.64% | - |
| HSV(B) | 130.59º | 0.27% | 0.74% | - |
| XYZ | 33.49 | 43.36 | 33.8 | - |
| YUV | 167.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 188 | 146 | 0.27 | 0 | 0.22 | 0.26 | 130.59 | 0.28 | 0.64 |
| Hex | 89 | BC | 92 | 1B | 0 | 16 | 1A | 83 | 1C | 40 |
| Octal | 211 | 274 | 222 | 33 | 0 | 26 | 32 | 203 | 34 | 100 |
| Binary | 10001001 | 10111100 | 10010010 | 11011 | 0 | 10110 | 11010 | 10000011 | 11100 | 1000000 |
Color Harmonies of #89BC92
Complementary color
Monochromatic Colors of #89BC92
Black with #89BC92
Text Example
Text Example
White with #89BC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BC92; }
p { color: rgb(137,188,146); }
H1.HeaderClassName
{
color: #89BC92;
}
.AnyTagClassName
{
color: #89BC92;
}
</style>
background-color css
<style>
a { background-color: #89BC92; }
a { background-color: rgb(137,188,146); }
div.DivClassName
{
background-color: #89BC92;
}
.BgClassName
{
background-color: #89BC92;
}
</style>
border-color css
<style>
span { border-color: #89BC92; }
span { border-color: rgb(137,188,146); }
td.TdClassName
{
border-color: #89BC92;
}
.TagClassName
{
border-color: #89BC92;
}
</style>