Shades of Dark Sea Green #88BC7F
Tints of Dark Sea Green #88BC7F
RGB
CMYK
RGB Variations
Color information
#88BC7F (or 0x88BC7F) is known color: Dark Sea Green. HEX triplet: 88, BC and 7F. RGB value is (136,188,127). Sum of RGB (Red+Green+Blue) = 136+188+127=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #88BC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88BC7F is #774380. Grayscale: #A5A5A5. Windows color (decimal): -7816065 or 8371336. OLE color: 8371336.
HSL color Cylindrical-coordinate representation of color #88BC7F: hue angle of 111.15º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88BC7F is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 188 | 127 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.26 |
| HSL | 111.15º | 0.31% | 0.62% | - |
| HSV(B) | 111.15º | 0.32% | 0.74% | - |
| XYZ | 31.97 | 42.73 | 26.64 | - |
| YUV | 165.5 | 106.27 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 188 | 127 | 0.28 | 0 | 0.32 | 0.26 | 111.15 | 0.31 | 0.62 |
| Hex | 88 | BC | 7F | 1C | 0 | 20 | 1A | 6F | 1F | 3E |
| Octal | 210 | 274 | 177 | 34 | 0 | 40 | 32 | 157 | 37 | 76 |
| Binary | 10001000 | 10111100 | 1111111 | 11100 | 0 | 100000 | 11010 | 1101111 | 11111 | 111110 |
Color Harmonies of #88BC7F
Complementary color
Monochromatic Colors of #88BC7F
Black with #88BC7F
Text Example
Text Example
White with #88BC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BC7F; }
p { color: rgb(136,188,127); }
H1.HeaderClassName
{
color: #88BC7F;
}
.AnyTagClassName
{
color: #88BC7F;
}
</style>
background-color css
<style>
a { background-color: #88BC7F; }
a { background-color: rgb(136,188,127); }
div.DivClassName
{
background-color: #88BC7F;
}
.BgClassName
{
background-color: #88BC7F;
}
</style>
border-color css
<style>
span { border-color: #88BC7F; }
span { border-color: rgb(136,188,127); }
td.TdClassName
{
border-color: #88BC7F;
}
.TagClassName
{
border-color: #88BC7F;
}
</style>