Shades of Dark Sea Green #88BB89
Tints of Dark Sea Green #88BB89
RGB
CMYK
RGB Variations
Color information
#88BB89 (or 0x88BB89) is known color: Dark Sea Green. HEX triplet: 88, BB and 89. RGB value is (136,187,137). Sum of RGB (Red+Green+Blue) = 136+187+137=460 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.57% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 187 - color contains mainly: green. Hex color #88BB89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BB89 is #774476. Grayscale: #A6A6A6. Windows color (decimal): -7816311 or 9026440. OLE color: 9026440.
HSL color Cylindrical-coordinate representation of color #88BB89: hue angle of 121.18º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88BB89 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 187 | 137 | - |
| CMYK | 0.27 | 0 | 0.27 | 0.27 |
| HSL | 121.18º | 0.27% | 0.63% | - |
| HSV(B) | 121.18º | 0.27% | 0.73% | - |
| XYZ | 32.44 | 42.58 | 30.18 | - |
| YUV | 166.05 | 111.6 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 187 | 137 | 0.27 | 0 | 0.27 | 0.27 | 121.18 | 0.27 | 0.63 |
| Hex | 88 | BB | 89 | 1B | 0 | 1B | 1B | 79 | 1B | 3F |
| Octal | 210 | 273 | 211 | 33 | 0 | 33 | 33 | 171 | 33 | 77 |
| Binary | 10001000 | 10111011 | 10001001 | 11011 | 0 | 11011 | 11011 | 1111001 | 11011 | 111111 |
Color Harmonies of #88BB89
Complementary color
Monochromatic Colors of #88BB89
Black with #88BB89
Text Example
Text Example
White with #88BB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BB89; }
p { color: rgb(136,187,137); }
H1.HeaderClassName
{
color: #88BB89;
}
.AnyTagClassName
{
color: #88BB89;
}
</style>
background-color css
<style>
a { background-color: #88BB89; }
a { background-color: rgb(136,187,137); }
div.DivClassName
{
background-color: #88BB89;
}
.BgClassName
{
background-color: #88BB89;
}
</style>
border-color css
<style>
span { border-color: #88BB89; }
span { border-color: rgb(136,187,137); }
td.TdClassName
{
border-color: #88BB89;
}
.TagClassName
{
border-color: #88BB89;
}
</style>