Shades of Dark Sea Green #89BF93
Tints of Dark Sea Green #89BF93
RGB
CMYK
RGB Variations
Color information
#89BF93 (or 0x89BF93) is known color: Dark Sea Green. HEX triplet: 89, BF and 93. RGB value is (137,191,147). Sum of RGB (Red+Green+Blue) = 137+191+147=475 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.84% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 191 - color contains mainly: green. Hex color #89BF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BF93 is #76406C. Grayscale: #A9A9A9. Windows color (decimal): -7749741 or 9682825. OLE color: 9682825.
HSL color Cylindrical-coordinate representation of color #89BF93: hue angle of 131.11º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89BF93 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 191 | 147 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.25 |
| HSL | 131.11º | 0.3% | 0.64% | - |
| HSV(B) | 131.11º | 0.28% | 0.75% | - |
| XYZ | 34.21 | 44.69 | 34.43 | - |
| YUV | 169.84 | 115.11 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 191 | 147 | 0.28 | 0 | 0.23 | 0.25 | 131.11 | 0.3 | 0.64 |
| Hex | 89 | BF | 93 | 1C | 0 | 17 | 19 | 83 | 1E | 40 |
| Octal | 211 | 277 | 223 | 34 | 0 | 27 | 31 | 203 | 36 | 100 |
| Binary | 10001001 | 10111111 | 10010011 | 11100 | 0 | 10111 | 11001 | 10000011 | 11110 | 1000000 |
Color Harmonies of #89BF93
Complementary color
Monochromatic Colors of #89BF93
Black with #89BF93
Text Example
Text Example
White with #89BF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BF93; }
p { color: rgb(137,191,147); }
H1.HeaderClassName
{
color: #89BF93;
}
.AnyTagClassName
{
color: #89BF93;
}
</style>
background-color css
<style>
a { background-color: #89BF93; }
a { background-color: rgb(137,191,147); }
div.DivClassName
{
background-color: #89BF93;
}
.BgClassName
{
background-color: #89BF93;
}
</style>
border-color css
<style>
span { border-color: #89BF93; }
span { border-color: rgb(137,191,147); }
td.TdClassName
{
border-color: #89BF93;
}
.TagClassName
{
border-color: #89BF93;
}
</style>