Shades of Dark Sea Green #88B88E
Tints of Dark Sea Green #88B88E
RGB
CMYK
RGB Variations
Color information
#88B88E (or 0x88B88E) is known color: Dark Sea Green. HEX triplet: 88, B8 and 8E. RGB value is (136,184,142). Sum of RGB (Red+Green+Blue) = 136+184+142=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 184 - color contains mainly: green. Hex color #88B88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B88E is #774771. Grayscale: #A4A4A4. Windows color (decimal): -7817074 or 9353352. OLE color: 9353352.
HSL color Cylindrical-coordinate representation of color #88B88E: hue angle of 127.5º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88B88E is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 136 | 184 | 142 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.28 |
| HSL | 127.5º | 0.25% | 0.63% | - |
| HSV(B) | 127.5º | 0.26% | 0.72% | - |
| XYZ | 32.18 | 41.47 | 31.9 | - |
| YUV | 164.86 | 115.1 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 184 | 142 | 0.26 | 0 | 0.23 | 0.28 | 127.5 | 0.25 | 0.63 |
| Hex | 88 | B8 | 8E | 1A | 0 | 17 | 1C | 80 | 19 | 3F |
| Octal | 210 | 270 | 216 | 32 | 0 | 27 | 34 | 200 | 31 | 77 |
| Binary | 10001000 | 10111000 | 10001110 | 11010 | 0 | 10111 | 11100 | 10000000 | 11001 | 111111 |
Color Harmonies of #88B88E
Complementary color
Monochromatic Colors of #88B88E
Black with #88B88E
Text Example
Text Example
White with #88B88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B88E; }
p { color: rgb(136,184,142); }
H1.HeaderClassName
{
color: #88B88E;
}
.AnyTagClassName
{
color: #88B88E;
}
</style>
background-color css
<style>
a { background-color: #88B88E; }
a { background-color: rgb(136,184,142); }
div.DivClassName
{
background-color: #88B88E;
}
.BgClassName
{
background-color: #88B88E;
}
</style>
border-color css
<style>
span { border-color: #88B88E; }
span { border-color: rgb(136,184,142); }
td.TdClassName
{
border-color: #88B88E;
}
.TagClassName
{
border-color: #88B88E;
}
</style>