Shades of Dark Sea Green #88BC91
Tints of Dark Sea Green #88BC91
RGB
CMYK
RGB Variations
Color information
#88BC91 (or 0x88BC91) is known color: Dark Sea Green. HEX triplet: 88, BC and 91. RGB value is (136,188,145). Sum of RGB (Red+Green+Blue) = 136+188+145=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #88BC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BC91 is #77436E. Grayscale: #A7A7A7. Windows color (decimal): -7816047 or 9550984. OLE color: 9550984.
HSL color Cylindrical-coordinate representation of color #88BC91: hue angle of 130.38º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88BC91 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 188 | 145 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.26 |
| HSL | 130.38º | 0.28% | 0.64% | - |
| HSV(B) | 130.38º | 0.28% | 0.74% | - |
| XYZ | 33.25 | 43.25 | 33.38 | - |
| YUV | 167.55 | 115.27 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 188 | 145 | 0.28 | 0 | 0.23 | 0.26 | 130.38 | 0.28 | 0.64 |
| Hex | 88 | BC | 91 | 1C | 0 | 17 | 1A | 82 | 1C | 40 |
| Octal | 210 | 274 | 221 | 34 | 0 | 27 | 32 | 202 | 34 | 100 |
| Binary | 10001000 | 10111100 | 10010001 | 11100 | 0 | 10111 | 11010 | 10000010 | 11100 | 1000000 |
Color Harmonies of #88BC91
Complementary color
Monochromatic Colors of #88BC91
Black with #88BC91
Text Example
Text Example
White with #88BC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BC91; }
p { color: rgb(136,188,145); }
H1.HeaderClassName
{
color: #88BC91;
}
.AnyTagClassName
{
color: #88BC91;
}
</style>
background-color css
<style>
a { background-color: #88BC91; }
a { background-color: rgb(136,188,145); }
div.DivClassName
{
background-color: #88BC91;
}
.BgClassName
{
background-color: #88BC91;
}
</style>
border-color css
<style>
span { border-color: #88BC91; }
span { border-color: rgb(136,188,145); }
td.TdClassName
{
border-color: #88BC91;
}
.TagClassName
{
border-color: #88BC91;
}
</style>