Shades of Dark Sea Green #88B990
Tints of Dark Sea Green #88B990
RGB
CMYK
RGB Variations
Color information
#88B990 (or 0x88B990) is known color: Dark Sea Green. HEX triplet: 88, B9 and 90. RGB value is (136,185,144). Sum of RGB (Red+Green+Blue) = 136+185+144=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 185 - color contains mainly: green. Hex color #88B990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B990 is #77466F. Grayscale: #A5A5A5. Windows color (decimal): -7816816 or 9484680. OLE color: 9484680.
HSL color Cylindrical-coordinate representation of color #88B990: hue angle of 129.8º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88B990 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 185 | 144 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.27 |
| HSL | 129.8º | 0.26% | 0.63% | - |
| HSV(B) | 129.8º | 0.26% | 0.73% | - |
| XYZ | 32.54 | 41.95 | 32.77 | - |
| YUV | 165.68 | 115.77 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 185 | 144 | 0.26 | 0 | 0.22 | 0.27 | 129.8 | 0.26 | 0.63 |
| Hex | 88 | B9 | 90 | 1A | 0 | 16 | 1B | 82 | 1A | 3F |
| Octal | 210 | 271 | 220 | 32 | 0 | 26 | 33 | 202 | 32 | 77 |
| Binary | 10001000 | 10111001 | 10010000 | 11010 | 0 | 10110 | 11011 | 10000010 | 11010 | 111111 |
Color Harmonies of #88B990
Complementary color
Monochromatic Colors of #88B990
Black with #88B990
Text Example
Text Example
White with #88B990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B990; }
p { color: rgb(136,185,144); }
H1.HeaderClassName
{
color: #88B990;
}
.AnyTagClassName
{
color: #88B990;
}
</style>
background-color css
<style>
a { background-color: #88B990; }
a { background-color: rgb(136,185,144); }
div.DivClassName
{
background-color: #88B990;
}
.BgClassName
{
background-color: #88B990;
}
</style>
border-color css
<style>
span { border-color: #88B990; }
span { border-color: rgb(136,185,144); }
td.TdClassName
{
border-color: #88B990;
}
.TagClassName
{
border-color: #88B990;
}
</style>