Shades of Dark Sea Green #88BA7A
Tints of Dark Sea Green #88BA7A
RGB
CMYK
RGB Variations
Color information
#88BA7A (or 0x88BA7A) is known color: Dark Sea Green. HEX triplet: 88, BA and 7A. RGB value is (136,186,122). Sum of RGB (Red+Green+Blue) = 136+186+122=444 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.63% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 186 - color contains mainly: green. Hex color #88BA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88BA7A is #774585. Grayscale: #A3A3A3. Windows color (decimal): -7816582 or 8043144. OLE color: 8043144.
HSL color Cylindrical-coordinate representation of color #88BA7A: hue angle of 106.88º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88BA7A is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 136 | 186 | 122 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.27 |
| HSL | 106.88º | 0.32% | 0.6% | - |
| HSV(B) | 106.88º | 0.34% | 0.73% | - |
| XYZ | 31.23 | 41.76 | 24.83 | - |
| YUV | 163.75 | 104.44 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 186 | 122 | 0.27 | 0 | 0.34 | 0.27 | 106.88 | 0.32 | 0.6 |
| Hex | 88 | BA | 7A | 1B | 0 | 22 | 1B | 6B | 20 | 3C |
| Octal | 210 | 272 | 172 | 33 | 0 | 42 | 33 | 153 | 40 | 74 |
| Binary | 10001000 | 10111010 | 1111010 | 11011 | 0 | 100010 | 11011 | 1101011 | 100000 | 111100 |
Color Harmonies of #88BA7A
Complementary color
Monochromatic Colors of #88BA7A
Black with #88BA7A
Text Example
Text Example
White with #88BA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BA7A; }
p { color: rgb(136,186,122); }
H1.HeaderClassName
{
color: #88BA7A;
}
.AnyTagClassName
{
color: #88BA7A;
}
</style>
background-color css
<style>
a { background-color: #88BA7A; }
a { background-color: rgb(136,186,122); }
div.DivClassName
{
background-color: #88BA7A;
}
.BgClassName
{
background-color: #88BA7A;
}
</style>
border-color css
<style>
span { border-color: #88BA7A; }
span { border-color: rgb(136,186,122); }
td.TdClassName
{
border-color: #88BA7A;
}
.TagClassName
{
border-color: #88BA7A;
}
</style>