Shades of Dark Sea Green #88B88C
Tints of Dark Sea Green #88B88C
RGB
CMYK
RGB Variations
Color information
#88B88C (or 0x88B88C) is known color: Dark Sea Green. HEX triplet: 88, B8 and 8C. RGB value is (136,184,140). Sum of RGB (Red+Green+Blue) = 136+184+140=460 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.57% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 184 - color contains mainly: green. Hex color #88B88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88B88C is #774773. Grayscale: #A4A4A4. Windows color (decimal): -7817076 or 9222280. OLE color: 9222280.
HSL color Cylindrical-coordinate representation of color #88B88C: hue angle of 125º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88B88C is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 136 | 184 | 140 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.28 |
| HSL | 125º | 0.25% | 0.63% | - |
| HSV(B) | 125º | 0.26% | 0.72% | - |
| XYZ | 32.03 | 41.41 | 31.12 | - |
| YUV | 164.63 | 114.1 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 184 | 140 | 0.26 | 0 | 0.24 | 0.28 | 125 | 0.25 | 0.63 |
| Hex | 88 | B8 | 8C | 1A | 0 | 18 | 1C | 7D | 19 | 3F |
| Octal | 210 | 270 | 214 | 32 | 0 | 30 | 34 | 175 | 31 | 77 |
| Binary | 10001000 | 10111000 | 10001100 | 11010 | 0 | 11000 | 11100 | 1111101 | 11001 | 111111 |
Color Harmonies of #88B88C
Complementary color
Monochromatic Colors of #88B88C
Black with #88B88C
Text Example
Text Example
White with #88B88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B88C; }
p { color: rgb(136,184,140); }
H1.HeaderClassName
{
color: #88B88C;
}
.AnyTagClassName
{
color: #88B88C;
}
</style>
background-color css
<style>
a { background-color: #88B88C; }
a { background-color: rgb(136,184,140); }
div.DivClassName
{
background-color: #88B88C;
}
.BgClassName
{
background-color: #88B88C;
}
</style>
border-color css
<style>
span { border-color: #88B88C; }
span { border-color: rgb(136,184,140); }
td.TdClassName
{
border-color: #88B88C;
}
.TagClassName
{
border-color: #88B88C;
}
</style>