Shades of Dark Sea Green #8DC490
Tints of Dark Sea Green #8DC490
RGB
CMYK
RGB Variations
Color information
#8DC490 (or 0x8DC490) is known color: Dark Sea Green. HEX triplet: 8D, C4 and 90. RGB value is (141,196,144). Sum of RGB (Red+Green+Blue) = 141+196+144=481 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.31% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC490 is #723B6F. Grayscale: #ADADAD. Windows color (decimal): -7486320 or 9487501. OLE color: 9487501.
HSL color Cylindrical-coordinate representation of color #8DC490: hue angle of 123.27º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DC490 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 196 | 144 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.23 |
| HSL | 123.27º | 0.32% | 0.66% | - |
| HSV(B) | 123.27º | 0.28% | 0.77% | - |
| XYZ | 35.76 | 47.16 | 33.6 | - |
| YUV | 173.63 | 111.28 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 196 | 144 | 0.28 | 0 | 0.27 | 0.23 | 123.27 | 0.32 | 0.66 |
| Hex | 8D | C4 | 90 | 1C | 0 | 1B | 17 | 7B | 20 | 42 |
| Octal | 215 | 304 | 220 | 34 | 0 | 33 | 27 | 173 | 40 | 102 |
| Binary | 10001101 | 11000100 | 10010000 | 11100 | 0 | 11011 | 10111 | 1111011 | 100000 | 1000010 |
Color Harmonies of #8DC490
Complementary color
Monochromatic Colors of #8DC490
Black with #8DC490
Text Example
Text Example
White with #8DC490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC490; }
p { color: rgb(141,196,144); }
H1.HeaderClassName
{
color: #8DC490;
}
.AnyTagClassName
{
color: #8DC490;
}
</style>
background-color css
<style>
a { background-color: #8DC490; }
a { background-color: rgb(141,196,144); }
div.DivClassName
{
background-color: #8DC490;
}
.BgClassName
{
background-color: #8DC490;
}
</style>
border-color css
<style>
span { border-color: #8DC490; }
span { border-color: rgb(141,196,144); }
td.TdClassName
{
border-color: #8DC490;
}
.TagClassName
{
border-color: #8DC490;
}
</style>