Shades of Dark Sea Green #8DC188
Tints of Dark Sea Green #8DC188
RGB
CMYK
RGB Variations
Color information
#8DC188 (or 0x8DC188) is known color: Dark Sea Green. HEX triplet: 8D, C1 and 88. RGB value is (141,193,136). Sum of RGB (Red+Green+Blue) = 141+193+136=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC188 is #723E77. Grayscale: #ABABAB. Windows color (decimal): -7487096 or 8962445. OLE color: 8962445.
HSL color Cylindrical-coordinate representation of color #8DC188: hue angle of 114.74º degrees, saturation: 0.31, 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 #8DC188 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 193 | 136 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.24 |
| HSL | 114.74º | 0.31% | 0.65% | - |
| HSV(B) | 114.74º | 0.3% | 0.76% | - |
| XYZ | 34.5 | 45.58 | 30.27 | - |
| YUV | 170.95 | 108.27 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 193 | 136 | 0.27 | 0 | 0.30 | 0.24 | 114.74 | 0.31 | 0.65 |
| Hex | 8D | C1 | 88 | 1B | 0 | 1E | 18 | 73 | 1F | 41 |
| Octal | 215 | 301 | 210 | 33 | 0 | 36 | 30 | 163 | 37 | 101 |
| Binary | 10001101 | 11000001 | 10001000 | 11011 | 0 | 11110 | 11000 | 1110011 | 11111 | 1000001 |
Color Harmonies of #8DC188
Complementary color
Monochromatic Colors of #8DC188
Black with #8DC188
Text Example
Text Example
White with #8DC188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC188; }
p { color: rgb(141,193,136); }
H1.HeaderClassName
{
color: #8DC188;
}
.AnyTagClassName
{
color: #8DC188;
}
</style>
background-color css
<style>
a { background-color: #8DC188; }
a { background-color: rgb(141,193,136); }
div.DivClassName
{
background-color: #8DC188;
}
.BgClassName
{
background-color: #8DC188;
}
</style>
border-color css
<style>
span { border-color: #8DC188; }
span { border-color: rgb(141,193,136); }
td.TdClassName
{
border-color: #8DC188;
}
.TagClassName
{
border-color: #8DC188;
}
</style>