Shades of Dark Sea Green #88C392
Tints of Dark Sea Green #88C392
RGB
CMYK
RGB Variations
Color information
#88C392 (or 0x88C392) is known color: Dark Sea Green. HEX triplet: 88, C3 and 92. RGB value is (136,195,146). Sum of RGB (Red+Green+Blue) = 136+195+146=477 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.51% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 195 - color contains mainly: green. Hex color #88C392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C392 is #773C6D. Grayscale: #ABABAB. Windows color (decimal): -7814254 or 9618312. OLE color: 9618312.
HSL color Cylindrical-coordinate representation of color #88C392: hue angle of 130.17º degrees, saturation: 0.33, 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 #88C392 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 195 | 146 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.24 |
| HSL | 130.17º | 0.33% | 0.65% | - |
| HSV(B) | 130.17º | 0.3% | 0.76% | - |
| XYZ | 34.86 | 46.34 | 34.3 | - |
| YUV | 171.77 | 113.45 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 195 | 146 | 0.30 | 0 | 0.25 | 0.24 | 130.17 | 0.33 | 0.65 |
| Hex | 88 | C3 | 92 | 1E | 0 | 19 | 18 | 82 | 21 | 41 |
| Octal | 210 | 303 | 222 | 36 | 0 | 31 | 30 | 202 | 41 | 101 |
| Binary | 10001000 | 11000011 | 10010010 | 11110 | 0 | 11001 | 11000 | 10000010 | 100001 | 1000001 |
Color Harmonies of #88C392
Complementary color
Monochromatic Colors of #88C392
Black with #88C392
Text Example
Text Example
White with #88C392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C392; }
p { color: rgb(136,195,146); }
H1.HeaderClassName
{
color: #88C392;
}
.AnyTagClassName
{
color: #88C392;
}
</style>
background-color css
<style>
a { background-color: #88C392; }
a { background-color: rgb(136,195,146); }
div.DivClassName
{
background-color: #88C392;
}
.BgClassName
{
background-color: #88C392;
}
</style>
border-color css
<style>
span { border-color: #88C392; }
span { border-color: rgb(136,195,146); }
td.TdClassName
{
border-color: #88C392;
}
.TagClassName
{
border-color: #88C392;
}
</style>