Shades of Dark Sea Green #88BD7F
Tints of Dark Sea Green #88BD7F
RGB
CMYK
RGB Variations
Color information
#88BD7F (or 0x88BD7F) is known color: Dark Sea Green. HEX triplet: 88, BD and 7F. RGB value is (136,189,127). Sum of RGB (Red+Green+Blue) = 136+189+127=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 189 - color contains mainly: green. Hex color #88BD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88BD7F is #774280. Grayscale: #A6A6A6. Windows color (decimal): -7815809 or 8371592. OLE color: 8371592.
HSL color Cylindrical-coordinate representation of color #88BD7F: hue angle of 111.29º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88BD7F is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 136 | 189 | 127 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.26 |
| HSL | 111.29º | 0.32% | 0.62% | - |
| HSV(B) | 111.29º | 0.33% | 0.74% | - |
| XYZ | 32.18 | 43.16 | 26.71 | - |
| YUV | 166.09 | 105.94 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 189 | 127 | 0.28 | 0 | 0.33 | 0.26 | 111.29 | 0.32 | 0.62 |
| Hex | 88 | BD | 7F | 1C | 0 | 21 | 1A | 6F | 20 | 3E |
| Octal | 210 | 275 | 177 | 34 | 0 | 41 | 32 | 157 | 40 | 76 |
| Binary | 10001000 | 10111101 | 1111111 | 11100 | 0 | 100001 | 11010 | 1101111 | 100000 | 111110 |
Color Harmonies of #88BD7F
Complementary color
Monochromatic Colors of #88BD7F
Black with #88BD7F
Text Example
Text Example
White with #88BD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BD7F; }
p { color: rgb(136,189,127); }
H1.HeaderClassName
{
color: #88BD7F;
}
.AnyTagClassName
{
color: #88BD7F;
}
</style>
background-color css
<style>
a { background-color: #88BD7F; }
a { background-color: rgb(136,189,127); }
div.DivClassName
{
background-color: #88BD7F;
}
.BgClassName
{
background-color: #88BD7F;
}
</style>
border-color css
<style>
span { border-color: #88BD7F; }
span { border-color: rgb(136,189,127); }
td.TdClassName
{
border-color: #88BD7F;
}
.TagClassName
{
border-color: #88BD7F;
}
</style>