Shades of Dark Sea Green #88C089
Tints of Dark Sea Green #88C089
RGB
CMYK
RGB Variations
Color information
#88C089 (or 0x88C089) is known color: Dark Sea Green. HEX triplet: 88, C0 and 89. RGB value is (136,192,137). Sum of RGB (Red+Green+Blue) = 136+192+137=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #88C089 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C089 is #773F76. Grayscale: #A9A9A9. Windows color (decimal): -7815031 or 9027720. OLE color: 9027720.
HSL color Cylindrical-coordinate representation of color #88C089: hue angle of 121.07º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88C089 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 192 | 137 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.25 |
| HSL | 121.07º | 0.31% | 0.64% | - |
| HSV(B) | 121.07º | 0.29% | 0.75% | - |
| XYZ | 33.52 | 44.74 | 30.54 | - |
| YUV | 168.99 | 109.95 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 192 | 137 | 0.29 | 0 | 0.29 | 0.25 | 121.07 | 0.31 | 0.64 |
| Hex | 88 | C0 | 89 | 1D | 0 | 1D | 19 | 79 | 1F | 40 |
| Octal | 210 | 300 | 211 | 35 | 0 | 35 | 31 | 171 | 37 | 100 |
| Binary | 10001000 | 11000000 | 10001001 | 11101 | 0 | 11101 | 11001 | 1111001 | 11111 | 1000000 |
Color Harmonies of #88C089
Complementary color
Monochromatic Colors of #88C089
Black with #88C089
Text Example
Text Example
White with #88C089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C089; }
p { color: rgb(136,192,137); }
H1.HeaderClassName
{
color: #88C089;
}
.AnyTagClassName
{
color: #88C089;
}
</style>
background-color css
<style>
a { background-color: #88C089; }
a { background-color: rgb(136,192,137); }
div.DivClassName
{
background-color: #88C089;
}
.BgClassName
{
background-color: #88C089;
}
</style>
border-color css
<style>
span { border-color: #88C089; }
span { border-color: rgb(136,192,137); }
td.TdClassName
{
border-color: #88C089;
}
.TagClassName
{
border-color: #88C089;
}
</style>