Shades of Dark Sea Green #88B788
Tints of Dark Sea Green #88B788
RGB
CMYK
RGB Variations
Color information
#88B788 (or 0x88B788) is known color: Dark Sea Green. HEX triplet: 88, B7 and 88. RGB value is (136,183,136). Sum of RGB (Red+Green+Blue) = 136+183+136=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 183 - color contains mainly: green. Hex color #88B788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B788 is #774877. Grayscale: #A3A3A3. Windows color (decimal): -7817336 or 8959880. OLE color: 8959880.
HSL color Cylindrical-coordinate representation of color #88B788: hue angle of 120º 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 #88B788 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 136 | 183 | 136 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.28 |
| HSL | 120º | 0.25% | 0.63% | - |
| HSV(B) | 120º | 0.26% | 0.72% | - |
| XYZ | 31.53 | 40.88 | 29.52 | - |
| YUV | 163.59 | 112.43 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 183 | 136 | 0.26 | 0 | 0.26 | 0.28 | 120 | 0.25 | 0.63 |
| Hex | 88 | B7 | 88 | 1A | 0 | 1A | 1C | 78 | 19 | 3F |
| Octal | 210 | 267 | 210 | 32 | 0 | 32 | 34 | 170 | 31 | 77 |
| Binary | 10001000 | 10110111 | 10001000 | 11010 | 0 | 11010 | 11100 | 1111000 | 11001 | 111111 |
Color Harmonies of #88B788
Complementary color
Monochromatic Colors of #88B788
Black with #88B788
Text Example
Text Example
White with #88B788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B788; }
p { color: rgb(136,183,136); }
H1.HeaderClassName
{
color: #88B788;
}
.AnyTagClassName
{
color: #88B788;
}
</style>
background-color css
<style>
a { background-color: #88B788; }
a { background-color: rgb(136,183,136); }
div.DivClassName
{
background-color: #88B788;
}
.BgClassName
{
background-color: #88B788;
}
</style>
border-color css
<style>
span { border-color: #88B788; }
span { border-color: rgb(136,183,136); }
td.TdClassName
{
border-color: #88B788;
}
.TagClassName
{
border-color: #88B788;
}
</style>