Shades of Dark Sea Green #88BD8C
Tints of Dark Sea Green #88BD8C
RGB
CMYK
RGB Variations
Color information
#88BD8C (or 0x88BD8C) is known color: Dark Sea Green. HEX triplet: 88, BD and 8C. RGB value is (136,189,140). Sum of RGB (Red+Green+Blue) = 136+189+140=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #88BD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BD8C is #774273. Grayscale: #A7A7A7. Windows color (decimal): -7815796 or 9223560. OLE color: 9223560.
HSL color Cylindrical-coordinate representation of color #88BD8C: hue angle of 124.53º 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 #88BD8C is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 189 | 140 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.26 |
| HSL | 124.53º | 0.29% | 0.64% | - |
| HSV(B) | 124.53º | 0.28% | 0.74% | - |
| XYZ | 33.08 | 43.52 | 31.47 | - |
| YUV | 167.57 | 112.44 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 189 | 140 | 0.28 | 0 | 0.26 | 0.26 | 124.53 | 0.29 | 0.64 |
| Hex | 88 | BD | 8C | 1C | 0 | 1A | 1A | 7D | 1D | 40 |
| Octal | 210 | 275 | 214 | 34 | 0 | 32 | 32 | 175 | 35 | 100 |
| Binary | 10001000 | 10111101 | 10001100 | 11100 | 0 | 11010 | 11010 | 1111101 | 11101 | 1000000 |
Color Harmonies of #88BD8C
Complementary color
Monochromatic Colors of #88BD8C
Black with #88BD8C
Text Example
Text Example
White with #88BD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BD8C; }
p { color: rgb(136,189,140); }
H1.HeaderClassName
{
color: #88BD8C;
}
.AnyTagClassName
{
color: #88BD8C;
}
</style>
background-color css
<style>
a { background-color: #88BD8C; }
a { background-color: rgb(136,189,140); }
div.DivClassName
{
background-color: #88BD8C;
}
.BgClassName
{
background-color: #88BD8C;
}
</style>
border-color css
<style>
span { border-color: #88BD8C; }
span { border-color: rgb(136,189,140); }
td.TdClassName
{
border-color: #88BD8C;
}
.TagClassName
{
border-color: #88BD8C;
}
</style>