Shades of Dark Sea Green #88B68E
Tints of Dark Sea Green #88B68E
RGB
CMYK
RGB Variations
Color information
#88B68E (or 0x88B68E) is known color: Dark Sea Green. HEX triplet: 88, B6 and 8E. RGB value is (136,182,142). Sum of RGB (Red+Green+Blue) = 136+182+142=460 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.57% from 460); Green value is 182 (71.48% from 255 or 39.57% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 182 - color contains mainly: green. Hex color #88B68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B68E is #774971. Grayscale: #A3A3A3. Windows color (decimal): -7817586 or 9352840. OLE color: 9352840.
HSL color Cylindrical-coordinate representation of color #88B68E: hue angle of 127.83º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #88B68E is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 182 | 142 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.29 |
| HSL | 127.83º | 0.24% | 0.62% | - |
| HSV(B) | 127.83º | 0.25% | 0.71% | - |
| XYZ | 31.76 | 40.64 | 31.76 | - |
| YUV | 163.69 | 115.76 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 182 | 142 | 0.25 | 0 | 0.22 | 0.29 | 127.83 | 0.24 | 0.62 |
| Hex | 88 | B6 | 8E | 19 | 0 | 16 | 1D | 80 | 18 | 3E |
| Octal | 210 | 266 | 216 | 31 | 0 | 26 | 35 | 200 | 30 | 76 |
| Binary | 10001000 | 10110110 | 10001110 | 11001 | 0 | 10110 | 11101 | 10000000 | 11000 | 111110 |
Color Harmonies of #88B68E
Complementary color
Monochromatic Colors of #88B68E
Black with #88B68E
Text Example
Text Example
White with #88B68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B68E; }
p { color: rgb(136,182,142); }
H1.HeaderClassName
{
color: #88B68E;
}
.AnyTagClassName
{
color: #88B68E;
}
</style>
background-color css
<style>
a { background-color: #88B68E; }
a { background-color: rgb(136,182,142); }
div.DivClassName
{
background-color: #88B68E;
}
.BgClassName
{
background-color: #88B68E;
}
</style>
border-color css
<style>
span { border-color: #88B68E; }
span { border-color: rgb(136,182,142); }
td.TdClassName
{
border-color: #88B68E;
}
.TagClassName
{
border-color: #88B68E;
}
</style>