Shades of Dark Sea Green #88B67D
Tints of Dark Sea Green #88B67D
RGB
CMYK
RGB Variations
Color information
#88B67D (or 0x88B67D) is known color: Dark Sea Green. HEX triplet: 88, B6 and 7D. RGB value is (136,182,125). Sum of RGB (Red+Green+Blue) = 136+182+125=443 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.70% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 182 - color contains mainly: green. Hex color #88B67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88B67D is #774982. Grayscale: #A1A1A1. Windows color (decimal): -7817603 or 8238728. OLE color: 8238728.
HSL color Cylindrical-coordinate representation of color #88B67D: hue angle of 108.42º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88B67D is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 136 | 182 | 125 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.29 |
| HSL | 108.42º | 0.28% | 0.6% | - |
| HSV(B) | 108.42º | 0.31% | 0.71% | - |
| XYZ | 30.58 | 40.17 | 25.54 | - |
| YUV | 161.75 | 107.26 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 182 | 125 | 0.25 | 0 | 0.31 | 0.29 | 108.42 | 0.28 | 0.6 |
| Hex | 88 | B6 | 7D | 19 | 0 | 1F | 1D | 6C | 1C | 3C |
| Octal | 210 | 266 | 175 | 31 | 0 | 37 | 35 | 154 | 34 | 74 |
| Binary | 10001000 | 10110110 | 1111101 | 11001 | 0 | 11111 | 11101 | 1101100 | 11100 | 111100 |
Color Harmonies of #88B67D
Complementary color
Monochromatic Colors of #88B67D
Black with #88B67D
Text Example
Text Example
White with #88B67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B67D; }
p { color: rgb(136,182,125); }
H1.HeaderClassName
{
color: #88B67D;
}
.AnyTagClassName
{
color: #88B67D;
}
</style>
background-color css
<style>
a { background-color: #88B67D; }
a { background-color: rgb(136,182,125); }
div.DivClassName
{
background-color: #88B67D;
}
.BgClassName
{
background-color: #88B67D;
}
</style>
border-color css
<style>
span { border-color: #88B67D; }
span { border-color: rgb(136,182,125); }
td.TdClassName
{
border-color: #88B67D;
}
.TagClassName
{
border-color: #88B67D;
}
</style>