Shades of Dark Sea Green #88B38C
Tints of Dark Sea Green #88B38C
RGB
CMYK
RGB Variations
Color information
#88B38C (or 0x88B38C) is known color: Dark Sea Green. HEX triplet: 88, B3 and 8C. RGB value is (136,179,140). Sum of RGB (Red+Green+Blue) = 136+179+140=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 179 - color contains mainly: green. Hex color #88B38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B38C is #774C73. Grayscale: #A1A1A1. Windows color (decimal): -7818356 or 9221000. OLE color: 9221000.
HSL color Cylindrical-coordinate representation of color #88B38C: hue angle of 125.58º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #88B38C is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 179 | 140 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.30 |
| HSL | 125.58º | 0.22% | 0.62% | - |
| HSV(B) | 125.58º | 0.24% | 0.7% | - |
| XYZ | 31.01 | 39.37 | 30.78 | - |
| YUV | 161.7 | 115.75 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 179 | 140 | 0.24 | 0 | 0.22 | 0.30 | 125.58 | 0.22 | 0.62 |
| Hex | 88 | B3 | 8C | 18 | 0 | 16 | 1E | 7E | 16 | 3E |
| Octal | 210 | 263 | 214 | 30 | 0 | 26 | 36 | 176 | 26 | 76 |
| Binary | 10001000 | 10110011 | 10001100 | 11000 | 0 | 10110 | 11110 | 1111110 | 10110 | 111110 |
Color Harmonies of #88B38C
Complementary color
Monochromatic Colors of #88B38C
Black with #88B38C
Text Example
Text Example
White with #88B38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B38C; }
p { color: rgb(136,179,140); }
H1.HeaderClassName
{
color: #88B38C;
}
.AnyTagClassName
{
color: #88B38C;
}
</style>
background-color css
<style>
a { background-color: #88B38C; }
a { background-color: rgb(136,179,140); }
div.DivClassName
{
background-color: #88B38C;
}
.BgClassName
{
background-color: #88B38C;
}
</style>
border-color css
<style>
span { border-color: #88B38C; }
span { border-color: rgb(136,179,140); }
td.TdClassName
{
border-color: #88B38C;
}
.TagClassName
{
border-color: #88B38C;
}
</style>