Shades of Dark Sea Green #88BA8F
Tints of Dark Sea Green #88BA8F
RGB
CMYK
RGB Variations
Color information
#88BA8F (or 0x88BA8F) is known color: Dark Sea Green. HEX triplet: 88, BA and 8F. RGB value is (136,186,143). Sum of RGB (Red+Green+Blue) = 136+186+143=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 186 - color contains mainly: green. Hex color #88BA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BA8F is #774570. Grayscale: #A6A6A6. Windows color (decimal): -7816561 or 9419400. OLE color: 9419400.
HSL color Cylindrical-coordinate representation of color #88BA8F: hue angle of 128.4º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88BA8F is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 186 | 143 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.27 |
| HSL | 128.4º | 0.27% | 0.63% | - |
| HSV(B) | 128.4º | 0.27% | 0.73% | - |
| XYZ | 32.67 | 42.34 | 32.44 | - |
| YUV | 166.15 | 114.94 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 186 | 143 | 0.27 | 0 | 0.23 | 0.27 | 128.4 | 0.27 | 0.63 |
| Hex | 88 | BA | 8F | 1B | 0 | 17 | 1B | 80 | 1B | 3F |
| Octal | 210 | 272 | 217 | 33 | 0 | 27 | 33 | 200 | 33 | 77 |
| Binary | 10001000 | 10111010 | 10001111 | 11011 | 0 | 10111 | 11011 | 10000000 | 11011 | 111111 |
Color Harmonies of #88BA8F
Complementary color
Monochromatic Colors of #88BA8F
Black with #88BA8F
Text Example
Text Example
White with #88BA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BA8F; }
p { color: rgb(136,186,143); }
H1.HeaderClassName
{
color: #88BA8F;
}
.AnyTagClassName
{
color: #88BA8F;
}
</style>
background-color css
<style>
a { background-color: #88BA8F; }
a { background-color: rgb(136,186,143); }
div.DivClassName
{
background-color: #88BA8F;
}
.BgClassName
{
background-color: #88BA8F;
}
</style>
border-color css
<style>
span { border-color: #88BA8F; }
span { border-color: rgb(136,186,143); }
td.TdClassName
{
border-color: #88BA8F;
}
.TagClassName
{
border-color: #88BA8F;
}
</style>