Shades of Dark Sea Green #88BD91
Tints of Dark Sea Green #88BD91
RGB
CMYK
RGB Variations
Color information
#88BD91 (or 0x88BD91) is known color: Dark Sea Green. HEX triplet: 88, BD and 91. RGB value is (136,189,145). Sum of RGB (Red+Green+Blue) = 136+189+145=470 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.94% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 189 - color contains mainly: green. Hex color #88BD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BD91 is #77426E. Grayscale: #A8A8A8. Windows color (decimal): -7815791 or 9551240. OLE color: 9551240.
HSL color Cylindrical-coordinate representation of color #88BD91: hue angle of 130.19º degrees, saturation: 0.29, 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 #88BD91 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 189 | 145 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.26 |
| HSL | 130.19º | 0.29% | 0.64% | - |
| HSV(B) | 130.19º | 0.28% | 0.74% | - |
| XYZ | 33.46 | 43.67 | 33.45 | - |
| YUV | 168.14 | 114.94 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 189 | 145 | 0.28 | 0 | 0.23 | 0.26 | 130.19 | 0.29 | 0.64 |
| Hex | 88 | BD | 91 | 1C | 0 | 17 | 1A | 82 | 1D | 40 |
| Octal | 210 | 275 | 221 | 34 | 0 | 27 | 32 | 202 | 35 | 100 |
| Binary | 10001000 | 10111101 | 10010001 | 11100 | 0 | 10111 | 11010 | 10000010 | 11101 | 1000000 |
Color Harmonies of #88BD91
Complementary color
Monochromatic Colors of #88BD91
Black with #88BD91
Text Example
Text Example
White with #88BD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BD91; }
p { color: rgb(136,189,145); }
H1.HeaderClassName
{
color: #88BD91;
}
.AnyTagClassName
{
color: #88BD91;
}
</style>
background-color css
<style>
a { background-color: #88BD91; }
a { background-color: rgb(136,189,145); }
div.DivClassName
{
background-color: #88BD91;
}
.BgClassName
{
background-color: #88BD91;
}
</style>
border-color css
<style>
span { border-color: #88BD91; }
span { border-color: rgb(136,189,145); }
td.TdClassName
{
border-color: #88BD91;
}
.TagClassName
{
border-color: #88BD91;
}
</style>