Shades of Dark Sea Green #88B48D
Tints of Dark Sea Green #88B48D
RGB
CMYK
RGB Variations
Color information
#88B48D (or 0x88B48D) is known color: Dark Sea Green. HEX triplet: 88, B4 and 8D. RGB value is (136,180,141). Sum of RGB (Red+Green+Blue) = 136+180+141=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 180 (70.70% from 255 or 39.39% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 180 - color contains mainly: green. Hex color #88B48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B48D is #774B72. Grayscale: #A2A2A2. Windows color (decimal): -7818099 or 9286792. OLE color: 9286792.
HSL color Cylindrical-coordinate representation of color #88B48D: hue angle of 126.82º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88B48D is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 180 | 141 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.29 |
| HSL | 126.82º | 0.23% | 0.62% | - |
| HSV(B) | 126.82º | 0.24% | 0.71% | - |
| XYZ | 31.28 | 39.8 | 31.23 | - |
| YUV | 162.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 180 | 141 | 0.24 | 0 | 0.22 | 0.29 | 126.82 | 0.23 | 0.62 |
| Hex | 88 | B4 | 8D | 18 | 0 | 16 | 1D | 7F | 17 | 3E |
| Octal | 210 | 264 | 215 | 30 | 0 | 26 | 35 | 177 | 27 | 76 |
| Binary | 10001000 | 10110100 | 10001101 | 11000 | 0 | 10110 | 11101 | 1111111 | 10111 | 111110 |
Color Harmonies of #88B48D
Complementary color
Monochromatic Colors of #88B48D
Black with #88B48D
Text Example
Text Example
White with #88B48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B48D; }
p { color: rgb(136,180,141); }
H1.HeaderClassName
{
color: #88B48D;
}
.AnyTagClassName
{
color: #88B48D;
}
</style>
background-color css
<style>
a { background-color: #88B48D; }
a { background-color: rgb(136,180,141); }
div.DivClassName
{
background-color: #88B48D;
}
.BgClassName
{
background-color: #88B48D;
}
</style>
border-color css
<style>
span { border-color: #88B48D; }
span { border-color: rgb(136,180,141); }
td.TdClassName
{
border-color: #88B48D;
}
.TagClassName
{
border-color: #88B48D;
}
</style>