Shades of Dark Sea Green #88BE91
Tints of Dark Sea Green #88BE91
RGB
CMYK
RGB Variations
Color information
#88BE91 (or 0x88BE91) is known color: Dark Sea Green. HEX triplet: 88, BE and 91. RGB value is (136,190,145). Sum of RGB (Red+Green+Blue) = 136+190+145=471 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.87% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #88BE91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BE91 is #77416E. Grayscale: #A8A8A8. Windows color (decimal): -7815535 or 9551496. OLE color: 9551496.
HSL color Cylindrical-coordinate representation of color #88BE91: hue angle of 130º 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 #88BE91 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 190 | 145 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.25 |
| HSL | 130º | 0.29% | 0.64% | - |
| HSV(B) | 130º | 0.28% | 0.75% | - |
| XYZ | 33.68 | 44.11 | 33.53 | - |
| YUV | 168.72 | 114.61 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 190 | 145 | 0.28 | 0 | 0.24 | 0.25 | 130 | 0.29 | 0.64 |
| Hex | 88 | BE | 91 | 1C | 0 | 18 | 19 | 82 | 1D | 40 |
| Octal | 210 | 276 | 221 | 34 | 0 | 30 | 31 | 202 | 35 | 100 |
| Binary | 10001000 | 10111110 | 10010001 | 11100 | 0 | 11000 | 11001 | 10000010 | 11101 | 1000000 |
Color Harmonies of #88BE91
Complementary color
Monochromatic Colors of #88BE91
Black with #88BE91
Text Example
Text Example
White with #88BE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BE91; }
p { color: rgb(136,190,145); }
H1.HeaderClassName
{
color: #88BE91;
}
.AnyTagClassName
{
color: #88BE91;
}
</style>
background-color css
<style>
a { background-color: #88BE91; }
a { background-color: rgb(136,190,145); }
div.DivClassName
{
background-color: #88BE91;
}
.BgClassName
{
background-color: #88BE91;
}
</style>
border-color css
<style>
span { border-color: #88BE91; }
span { border-color: rgb(136,190,145); }
td.TdClassName
{
border-color: #88BE91;
}
.TagClassName
{
border-color: #88BE91;
}
</style>