Shades of Dark Sea Green #88C08A
Tints of Dark Sea Green #88C08A
RGB
CMYK
RGB Variations
Color information
#88C08A (or 0x88C08A) is known color: Dark Sea Green. HEX triplet: 88, C0 and 8A. RGB value is (136,192,138). Sum of RGB (Red+Green+Blue) = 136+192+138=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #88C08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C08A is #773F75. Grayscale: #A9A9A9. Windows color (decimal): -7815030 or 9093256. OLE color: 9093256.
HSL color Cylindrical-coordinate representation of color #88C08A: hue angle of 122.14º degrees, saturation: 0.31, 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 #88C08A is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 192 | 138 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.25 |
| HSL | 122.14º | 0.31% | 0.64% | - |
| HSV(B) | 122.14º | 0.29% | 0.75% | - |
| XYZ | 33.59 | 44.77 | 30.92 | - |
| YUV | 169.1 | 110.45 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 192 | 138 | 0.29 | 0 | 0.28 | 0.25 | 122.14 | 0.31 | 0.64 |
| Hex | 88 | C0 | 8A | 1D | 0 | 1C | 19 | 7A | 1F | 40 |
| Octal | 210 | 300 | 212 | 35 | 0 | 34 | 31 | 172 | 37 | 100 |
| Binary | 10001000 | 11000000 | 10001010 | 11101 | 0 | 11100 | 11001 | 1111010 | 11111 | 1000000 |
Color Harmonies of #88C08A
Complementary color
Monochromatic Colors of #88C08A
Black with #88C08A
Text Example
Text Example
White with #88C08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C08A; }
p { color: rgb(136,192,138); }
H1.HeaderClassName
{
color: #88C08A;
}
.AnyTagClassName
{
color: #88C08A;
}
</style>
background-color css
<style>
a { background-color: #88C08A; }
a { background-color: rgb(136,192,138); }
div.DivClassName
{
background-color: #88C08A;
}
.BgClassName
{
background-color: #88C08A;
}
</style>
border-color css
<style>
span { border-color: #88C08A; }
span { border-color: rgb(136,192,138); }
td.TdClassName
{
border-color: #88C08A;
}
.TagClassName
{
border-color: #88C08A;
}
</style>