Shades of Dark Sea Green #88BD8D
Tints of Dark Sea Green #88BD8D
RGB
CMYK
RGB Variations
Color information
#88BD8D (or 0x88BD8D) is known color: Dark Sea Green. HEX triplet: 88, BD and 8D. RGB value is (136,189,141). Sum of RGB (Red+Green+Blue) = 136+189+141=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 189 - color contains mainly: green. Hex color #88BD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BD8D is #774272. Grayscale: #A7A7A7. Windows color (decimal): -7815795 or 9289096. OLE color: 9289096.
HSL color Cylindrical-coordinate representation of color #88BD8D: hue angle of 125.66º 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 #88BD8D is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 189 | 141 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.26 |
| HSL | 125.66º | 0.29% | 0.64% | - |
| HSV(B) | 125.66º | 0.28% | 0.74% | - |
| XYZ | 33.16 | 43.55 | 31.86 | - |
| YUV | 167.68 | 112.94 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 189 | 141 | 0.28 | 0 | 0.25 | 0.26 | 125.66 | 0.29 | 0.64 |
| Hex | 88 | BD | 8D | 1C | 0 | 19 | 1A | 7E | 1D | 40 |
| Octal | 210 | 275 | 215 | 34 | 0 | 31 | 32 | 176 | 35 | 100 |
| Binary | 10001000 | 10111101 | 10001101 | 11100 | 0 | 11001 | 11010 | 1111110 | 11101 | 1000000 |
Color Harmonies of #88BD8D
Complementary color
Monochromatic Colors of #88BD8D
Black with #88BD8D
Text Example
Text Example
White with #88BD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BD8D; }
p { color: rgb(136,189,141); }
H1.HeaderClassName
{
color: #88BD8D;
}
.AnyTagClassName
{
color: #88BD8D;
}
</style>
background-color css
<style>
a { background-color: #88BD8D; }
a { background-color: rgb(136,189,141); }
div.DivClassName
{
background-color: #88BD8D;
}
.BgClassName
{
background-color: #88BD8D;
}
</style>
border-color css
<style>
span { border-color: #88BD8D; }
span { border-color: rgb(136,189,141); }
td.TdClassName
{
border-color: #88BD8D;
}
.TagClassName
{
border-color: #88BD8D;
}
</style>