Shades of Dark Sea Green #89BF8C
Tints of Dark Sea Green #89BF8C
RGB
CMYK
RGB Variations
Color information
#89BF8C (or 0x89BF8C) is known color: Dark Sea Green. HEX triplet: 89, BF and 8C. RGB value is (137,191,140). Sum of RGB (Red+Green+Blue) = 137+191+140=468 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.27% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 191 - color contains mainly: green. Hex color #89BF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BF8C is #764073. Grayscale: #A9A9A9. Windows color (decimal): -7749748 or 9224073. OLE color: 9224073.
HSL color Cylindrical-coordinate representation of color #89BF8C: hue angle of 123.33º 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 #89BF8C is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 191 | 140 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.25 |
| HSL | 123.33º | 0.3% | 0.64% | - |
| HSV(B) | 123.33º | 0.28% | 0.75% | - |
| XYZ | 33.68 | 44.47 | 31.62 | - |
| YUV | 169.04 | 111.61 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 191 | 140 | 0.28 | 0 | 0.27 | 0.25 | 123.33 | 0.3 | 0.64 |
| Hex | 89 | BF | 8C | 1C | 0 | 1B | 19 | 7B | 1E | 40 |
| Octal | 211 | 277 | 214 | 34 | 0 | 33 | 31 | 173 | 36 | 100 |
| Binary | 10001001 | 10111111 | 10001100 | 11100 | 0 | 11011 | 11001 | 1111011 | 11110 | 1000000 |
Color Harmonies of #89BF8C
Complementary color
Monochromatic Colors of #89BF8C
Black with #89BF8C
Text Example
Text Example
White with #89BF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89BF8C; }
p { color: rgb(137,191,140); }
H1.HeaderClassName
{
color: #89BF8C;
}
.AnyTagClassName
{
color: #89BF8C;
}
</style>
background-color css
<style>
a { background-color: #89BF8C; }
a { background-color: rgb(137,191,140); }
div.DivClassName
{
background-color: #89BF8C;
}
.BgClassName
{
background-color: #89BF8C;
}
</style>
border-color css
<style>
span { border-color: #89BF8C; }
span { border-color: rgb(137,191,140); }
td.TdClassName
{
border-color: #89BF8C;
}
.TagClassName
{
border-color: #89BF8C;
}
</style>