Shades of Dark Sea Green #88B087
Tints of Dark Sea Green #88B087
RGB
CMYK
RGB Variations
Color information
#88B087 (or 0x88B087) is known color: Dark Sea Green. HEX triplet: 88, B0 and 87. RGB value is (136,176,135). Sum of RGB (Red+Green+Blue) = 136+176+135=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 135 (53.12% from 255 or 30.20% from 447); Max value from RGB is 176 - color contains mainly: green. Hex color #88B087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88B087 is #774F78. Grayscale: #9F9F9F. Windows color (decimal): -7819129 or 8892552. OLE color: 8892552.
HSL color Cylindrical-coordinate representation of color #88B087: hue angle of 118.54º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #88B087 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 136 | 176 | 135 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.31 |
| HSL | 118.54º | 0.21% | 0.61% | - |
| HSV(B) | 118.54º | 0.23% | 0.69% | - |
| XYZ | 30.05 | 38.03 | 28.68 | - |
| YUV | 159.37 | 114.25 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 176 | 135 | 0.23 | 0 | 0.23 | 0.31 | 118.54 | 0.21 | 0.61 |
| Hex | 88 | B0 | 87 | 17 | 0 | 17 | 1F | 77 | 15 | 3D |
| Octal | 210 | 260 | 207 | 27 | 0 | 27 | 37 | 167 | 25 | 75 |
| Binary | 10001000 | 10110000 | 10000111 | 10111 | 0 | 10111 | 11111 | 1110111 | 10101 | 111101 |
Color Harmonies of #88B087
Complementary color
Monochromatic Colors of #88B087
Black with #88B087
Text Example
Text Example
White with #88B087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B087; }
p { color: rgb(136,176,135); }
H1.HeaderClassName
{
color: #88B087;
}
.AnyTagClassName
{
color: #88B087;
}
</style>
background-color css
<style>
a { background-color: #88B087; }
a { background-color: rgb(136,176,135); }
div.DivClassName
{
background-color: #88B087;
}
.BgClassName
{
background-color: #88B087;
}
</style>
border-color css
<style>
span { border-color: #88B087; }
span { border-color: rgb(136,176,135); }
td.TdClassName
{
border-color: #88B087;
}
.TagClassName
{
border-color: #88B087;
}
</style>