Shades of Dark Sea Green #88BF8D
Tints of Dark Sea Green #88BF8D
RGB
CMYK
RGB Variations
Color information
#88BF8D (or 0x88BF8D) is known color: Dark Sea Green. HEX triplet: 88, BF and 8D. RGB value is (136,191,141). Sum of RGB (Red+Green+Blue) = 136+191+141=468 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.06% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 191 - color contains mainly: green. Hex color #88BF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BF8D is #774072. Grayscale: #A9A9A9. Windows color (decimal): -7815283 or 9289608. OLE color: 9289608.
HSL color Cylindrical-coordinate representation of color #88BF8D: hue angle of 125.45º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88BF8D is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 191 | 141 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.25 |
| HSL | 125.45º | 0.3% | 0.64% | - |
| HSV(B) | 125.45º | 0.29% | 0.75% | - |
| XYZ | 33.59 | 44.42 | 32 | - |
| YUV | 168.86 | 112.28 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 191 | 141 | 0.29 | 0 | 0.26 | 0.25 | 125.45 | 0.3 | 0.64 |
| Hex | 88 | BF | 8D | 1D | 0 | 1A | 19 | 7D | 1E | 40 |
| Octal | 210 | 277 | 215 | 35 | 0 | 32 | 31 | 175 | 36 | 100 |
| Binary | 10001000 | 10111111 | 10001101 | 11101 | 0 | 11010 | 11001 | 1111101 | 11110 | 1000000 |
Color Harmonies of #88BF8D
Complementary color
Monochromatic Colors of #88BF8D
Black with #88BF8D
Text Example
Text Example
White with #88BF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BF8D; }
p { color: rgb(136,191,141); }
H1.HeaderClassName
{
color: #88BF8D;
}
.AnyTagClassName
{
color: #88BF8D;
}
</style>
background-color css
<style>
a { background-color: #88BF8D; }
a { background-color: rgb(136,191,141); }
div.DivClassName
{
background-color: #88BF8D;
}
.BgClassName
{
background-color: #88BF8D;
}
</style>
border-color css
<style>
span { border-color: #88BF8D; }
span { border-color: rgb(136,191,141); }
td.TdClassName
{
border-color: #88BF8D;
}
.TagClassName
{
border-color: #88BF8D;
}
</style>