Shades of Dark Sea Green #88C292
Tints of Dark Sea Green #88C292
RGB
CMYK
RGB Variations
Color information
#88C292 (or 0x88C292) is known color: Dark Sea Green. HEX triplet: 88, C2 and 92. RGB value is (136,194,146). Sum of RGB (Red+Green+Blue) = 136+194+146=476 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.57% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #88C292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C292 is #773D6D. Grayscale: #ABABAB. Windows color (decimal): -7814510 or 9618056. OLE color: 9618056.
HSL color Cylindrical-coordinate representation of color #88C292: hue angle of 130.34º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88C292 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 194 | 146 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.24 |
| HSL | 130.34º | 0.32% | 0.65% | - |
| HSV(B) | 130.34º | 0.3% | 0.76% | - |
| XYZ | 34.63 | 45.89 | 34.23 | - |
| YUV | 171.19 | 113.78 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 194 | 146 | 0.30 | 0 | 0.25 | 0.24 | 130.34 | 0.32 | 0.65 |
| Hex | 88 | C2 | 92 | 1E | 0 | 19 | 18 | 82 | 20 | 41 |
| Octal | 210 | 302 | 222 | 36 | 0 | 31 | 30 | 202 | 40 | 101 |
| Binary | 10001000 | 11000010 | 10010010 | 11110 | 0 | 11001 | 11000 | 10000010 | 100000 | 1000001 |
Color Harmonies of #88C292
Complementary color
Monochromatic Colors of #88C292
Black with #88C292
Text Example
Text Example
White with #88C292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C292; }
p { color: rgb(136,194,146); }
H1.HeaderClassName
{
color: #88C292;
}
.AnyTagClassName
{
color: #88C292;
}
</style>
background-color css
<style>
a { background-color: #88C292; }
a { background-color: rgb(136,194,146); }
div.DivClassName
{
background-color: #88C292;
}
.BgClassName
{
background-color: #88C292;
}
</style>
border-color css
<style>
span { border-color: #88C292; }
span { border-color: rgb(136,194,146); }
td.TdClassName
{
border-color: #88C292;
}
.TagClassName
{
border-color: #88C292;
}
</style>