Shades of Dark Sea Green #8DC385
Tints of Dark Sea Green #8DC385
RGB
CMYK
RGB Variations
Color information
#8DC385 (or 0x8DC385) is known color: Dark Sea Green. HEX triplet: 8D, C3 and 85. RGB value is (141,195,133). Sum of RGB (Red+Green+Blue) = 141+195+133=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC385 is #723C7A. Grayscale: #ABABAB. Windows color (decimal): -7486587 or 8766349. OLE color: 8766349.
HSL color Cylindrical-coordinate representation of color #8DC385: hue angle of 112.26º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DC385 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 195 | 133 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.24 |
| HSL | 112.26º | 0.34% | 0.64% | - |
| HSV(B) | 112.26º | 0.32% | 0.76% | - |
| XYZ | 34.73 | 46.39 | 29.31 | - |
| YUV | 171.79 | 106.11 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 195 | 133 | 0.28 | 0 | 0.32 | 0.24 | 112.26 | 0.34 | 0.64 |
| Hex | 8D | C3 | 85 | 1C | 0 | 20 | 18 | 70 | 22 | 40 |
| Octal | 215 | 303 | 205 | 34 | 0 | 40 | 30 | 160 | 42 | 100 |
| Binary | 10001101 | 11000011 | 10000101 | 11100 | 0 | 100000 | 11000 | 1110000 | 100010 | 1000000 |
Color Harmonies of #8DC385
Complementary color
Monochromatic Colors of #8DC385
Black with #8DC385
Text Example
Text Example
White with #8DC385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC385; }
p { color: rgb(141,195,133); }
H1.HeaderClassName
{
color: #8DC385;
}
.AnyTagClassName
{
color: #8DC385;
}
</style>
background-color css
<style>
a { background-color: #8DC385; }
a { background-color: rgb(141,195,133); }
div.DivClassName
{
background-color: #8DC385;
}
.BgClassName
{
background-color: #8DC385;
}
</style>
border-color css
<style>
span { border-color: #8DC385; }
span { border-color: rgb(141,195,133); }
td.TdClassName
{
border-color: #8DC385;
}
.TagClassName
{
border-color: #8DC385;
}
</style>