Shades of Dark Sea Green #88B385
Tints of Dark Sea Green #88B385
RGB
CMYK
RGB Variations
Color information
#88B385 (or 0x88B385) is known color: Dark Sea Green. HEX triplet: 88, B3 and 85. RGB value is (136,179,133). Sum of RGB (Red+Green+Blue) = 136+179+133=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 179 - color contains mainly: green. Hex color #88B385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B385 is #774C7A. Grayscale: #A1A1A1. Windows color (decimal): -7818363 or 8762248. OLE color: 8762248.
HSL color Cylindrical-coordinate representation of color #88B385: hue angle of 116.09º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88B385 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 136 | 179 | 133 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.30 |
| HSL | 116.09º | 0.23% | 0.61% | - |
| HSV(B) | 116.09º | 0.26% | 0.7% | - |
| XYZ | 30.51 | 39.17 | 28.14 | - |
| YUV | 160.9 | 112.25 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 179 | 133 | 0.24 | 0 | 0.26 | 0.30 | 116.09 | 0.23 | 0.61 |
| Hex | 88 | B3 | 85 | 18 | 0 | 1A | 1E | 74 | 17 | 3D |
| Octal | 210 | 263 | 205 | 30 | 0 | 32 | 36 | 164 | 27 | 75 |
| Binary | 10001000 | 10110011 | 10000101 | 11000 | 0 | 11010 | 11110 | 1110100 | 10111 | 111101 |
Color Harmonies of #88B385
Complementary color
Monochromatic Colors of #88B385
Black with #88B385
Text Example
Text Example
White with #88B385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B385; }
p { color: rgb(136,179,133); }
H1.HeaderClassName
{
color: #88B385;
}
.AnyTagClassName
{
color: #88B385;
}
</style>
background-color css
<style>
a { background-color: #88B385; }
a { background-color: rgb(136,179,133); }
div.DivClassName
{
background-color: #88B385;
}
.BgClassName
{
background-color: #88B385;
}
</style>
border-color css
<style>
span { border-color: #88B385; }
span { border-color: rgb(136,179,133); }
td.TdClassName
{
border-color: #88B385;
}
.TagClassName
{
border-color: #88B385;
}
</style>