Shades of Dark Sea Green #88BB8B
Tints of Dark Sea Green #88BB8B
RGB
CMYK
RGB Variations
Color information
#88BB8B (or 0x88BB8B) is known color: Dark Sea Green. HEX triplet: 88, BB and 8B. RGB value is (136,187,139). Sum of RGB (Red+Green+Blue) = 136+187+139=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 187 - color contains mainly: green. Hex color #88BB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BB8B is #774474. Grayscale: #A6A6A6. Windows color (decimal): -7816309 or 9157512. OLE color: 9157512.
HSL color Cylindrical-coordinate representation of color #88BB8B: hue angle of 123.53º 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 #88BB8B is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 187 | 139 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.27 |
| HSL | 123.53º | 0.27% | 0.63% | - |
| HSV(B) | 123.53º | 0.27% | 0.73% | - |
| XYZ | 32.58 | 42.64 | 30.94 | - |
| YUV | 166.28 | 112.6 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 187 | 139 | 0.27 | 0 | 0.26 | 0.27 | 123.53 | 0.27 | 0.63 |
| Hex | 88 | BB | 8B | 1B | 0 | 1A | 1B | 7C | 1B | 3F |
| Octal | 210 | 273 | 213 | 33 | 0 | 32 | 33 | 174 | 33 | 77 |
| Binary | 10001000 | 10111011 | 10001011 | 11011 | 0 | 11010 | 11011 | 1111100 | 11011 | 111111 |
Color Harmonies of #88BB8B
Complementary color
Monochromatic Colors of #88BB8B
Black with #88BB8B
Text Example
Text Example
White with #88BB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BB8B; }
p { color: rgb(136,187,139); }
H1.HeaderClassName
{
color: #88BB8B;
}
.AnyTagClassName
{
color: #88BB8B;
}
</style>
background-color css
<style>
a { background-color: #88BB8B; }
a { background-color: rgb(136,187,139); }
div.DivClassName
{
background-color: #88BB8B;
}
.BgClassName
{
background-color: #88BB8B;
}
</style>
border-color css
<style>
span { border-color: #88BB8B; }
span { border-color: rgb(136,187,139); }
td.TdClassName
{
border-color: #88BB8B;
}
.TagClassName
{
border-color: #88BB8B;
}
</style>