Shades of Dark Sea Green #8DC394
Tints of Dark Sea Green #8DC394
RGB
CMYK
RGB Variations
Color information
#8DC394 (or 0x8DC394) is known color: Dark Sea Green. HEX triplet: 8D, C3 and 94. RGB value is (141,195,148). Sum of RGB (Red+Green+Blue) = 141+195+148=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC394 is #723C6B. Grayscale: #ADADAD. Windows color (decimal): -7486572 or 9749389. OLE color: 9749389.
HSL color Cylindrical-coordinate representation of color #8DC394: hue angle of 127.78º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DC394 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 195 | 148 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.24 |
| HSL | 127.78º | 0.31% | 0.66% | - |
| HSV(B) | 127.78º | 0.28% | 0.76% | - |
| XYZ | 35.84 | 46.83 | 35.17 | - |
| YUV | 173.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 195 | 148 | 0.28 | 0 | 0.24 | 0.24 | 127.78 | 0.31 | 0.66 |
| Hex | 8D | C3 | 94 | 1C | 0 | 18 | 18 | 80 | 1F | 42 |
| Octal | 215 | 303 | 224 | 34 | 0 | 30 | 30 | 200 | 37 | 102 |
| Binary | 10001101 | 11000011 | 10010100 | 11100 | 0 | 11000 | 11000 | 10000000 | 11111 | 1000010 |
Color Harmonies of #8DC394
Complementary color
Monochromatic Colors of #8DC394
Black with #8DC394
Text Example
Text Example
White with #8DC394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC394; }
p { color: rgb(141,195,148); }
H1.HeaderClassName
{
color: #8DC394;
}
.AnyTagClassName
{
color: #8DC394;
}
</style>
background-color css
<style>
a { background-color: #8DC394; }
a { background-color: rgb(141,195,148); }
div.DivClassName
{
background-color: #8DC394;
}
.BgClassName
{
background-color: #8DC394;
}
</style>
border-color css
<style>
span { border-color: #8DC394; }
span { border-color: rgb(141,195,148); }
td.TdClassName
{
border-color: #8DC394;
}
.TagClassName
{
border-color: #8DC394;
}
</style>