Shades of Dark Sea Green #8DC296
Tints of Dark Sea Green #8DC296
RGB
CMYK
RGB Variations
Color information
#8DC296 (or 0x8DC296) is known color: Dark Sea Green. HEX triplet: 8D, C2 and 96. RGB value is (141,194,150). Sum of RGB (Red+Green+Blue) = 141+194+150=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 194 - color contains mainly: green. Hex color #8DC296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC296 is #723D69. Grayscale: #ADADAD. Windows color (decimal): -7486826 or 9880205. OLE color: 9880205.
HSL color Cylindrical-coordinate representation of color #8DC296: hue angle of 130.19º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DC296 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 194 | 150 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.24 |
| HSL | 130.19º | 0.3% | 0.66% | - |
| HSV(B) | 130.19º | 0.27% | 0.76% | - |
| XYZ | 35.78 | 46.45 | 35.93 | - |
| YUV | 173.14 | 114.94 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 194 | 150 | 0.27 | 0 | 0.23 | 0.24 | 130.19 | 0.3 | 0.66 |
| Hex | 8D | C2 | 96 | 1B | 0 | 17 | 18 | 82 | 1E | 42 |
| Octal | 215 | 302 | 226 | 33 | 0 | 27 | 30 | 202 | 36 | 102 |
| Binary | 10001101 | 11000010 | 10010110 | 11011 | 0 | 10111 | 11000 | 10000010 | 11110 | 1000010 |
Color Harmonies of #8DC296
Complementary color
Monochromatic Colors of #8DC296
Black with #8DC296
Text Example
Text Example
White with #8DC296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC296; }
p { color: rgb(141,194,150); }
H1.HeaderClassName
{
color: #8DC296;
}
.AnyTagClassName
{
color: #8DC296;
}
</style>
background-color css
<style>
a { background-color: #8DC296; }
a { background-color: rgb(141,194,150); }
div.DivClassName
{
background-color: #8DC296;
}
.BgClassName
{
background-color: #8DC296;
}
</style>
border-color css
<style>
span { border-color: #8DC296; }
span { border-color: rgb(141,194,150); }
td.TdClassName
{
border-color: #8DC296;
}
.TagClassName
{
border-color: #8DC296;
}
</style>