Shades of Dark Sea Green #88BE8D
Tints of Dark Sea Green #88BE8D
RGB
CMYK
RGB Variations
Color information
#88BE8D (or 0x88BE8D) is known color: Dark Sea Green. HEX triplet: 88, BE and 8D. RGB value is (136,190,141). Sum of RGB (Red+Green+Blue) = 136+190+141=467 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.12% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 190 - color contains mainly: green. Hex color #88BE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BE8D is #774172. Grayscale: #A8A8A8. Windows color (decimal): -7815539 or 9289352. OLE color: 9289352.
HSL color Cylindrical-coordinate representation of color #88BE8D: hue angle of 125.56º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88BE8D is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 190 | 141 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.25 |
| HSL | 125.56º | 0.29% | 0.64% | - |
| HSV(B) | 125.56º | 0.28% | 0.75% | - |
| XYZ | 33.37 | 43.98 | 31.93 | - |
| YUV | 168.27 | 112.61 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 190 | 141 | 0.28 | 0 | 0.26 | 0.25 | 125.56 | 0.29 | 0.64 |
| Hex | 88 | BE | 8D | 1C | 0 | 1A | 19 | 7E | 1D | 40 |
| Octal | 210 | 276 | 215 | 34 | 0 | 32 | 31 | 176 | 35 | 100 |
| Binary | 10001000 | 10111110 | 10001101 | 11100 | 0 | 11010 | 11001 | 1111110 | 11101 | 1000000 |
Color Harmonies of #88BE8D
Complementary color
Monochromatic Colors of #88BE8D
Black with #88BE8D
Text Example
Text Example
White with #88BE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BE8D; }
p { color: rgb(136,190,141); }
H1.HeaderClassName
{
color: #88BE8D;
}
.AnyTagClassName
{
color: #88BE8D;
}
</style>
background-color css
<style>
a { background-color: #88BE8D; }
a { background-color: rgb(136,190,141); }
div.DivClassName
{
background-color: #88BE8D;
}
.BgClassName
{
background-color: #88BE8D;
}
</style>
border-color css
<style>
span { border-color: #88BE8D; }
span { border-color: rgb(136,190,141); }
td.TdClassName
{
border-color: #88BE8D;
}
.TagClassName
{
border-color: #88BE8D;
}
</style>