Shades of Dark Sea Green #8DC495
Tints of Dark Sea Green #8DC495
RGB
CMYK
RGB Variations
Color information
#8DC495 (or 0x8DC495) is known color: Dark Sea Green. HEX triplet: 8D, C4 and 95. RGB value is (141,196,149). Sum of RGB (Red+Green+Blue) = 141+196+149=486 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.01% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC495 is #723B6A. Grayscale: #AEAEAE. Windows color (decimal): -7486315 or 9815181. OLE color: 9815181.
HSL color Cylindrical-coordinate representation of color #8DC495: hue angle of 128.73º 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 #8DC495 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 196 | 149 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.23 |
| HSL | 128.73º | 0.32% | 0.66% | - |
| HSV(B) | 128.73º | 0.28% | 0.77% | - |
| XYZ | 36.15 | 47.31 | 35.66 | - |
| YUV | 174.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 196 | 149 | 0.28 | 0 | 0.24 | 0.23 | 128.73 | 0.32 | 0.66 |
| Hex | 8D | C4 | 95 | 1C | 0 | 18 | 17 | 81 | 20 | 42 |
| Octal | 215 | 304 | 225 | 34 | 0 | 30 | 27 | 201 | 40 | 102 |
| Binary | 10001101 | 11000100 | 10010101 | 11100 | 0 | 11000 | 10111 | 10000001 | 100000 | 1000010 |
Color Harmonies of #8DC495
Complementary color
Monochromatic Colors of #8DC495
Black with #8DC495
Text Example
Text Example
White with #8DC495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC495; }
p { color: rgb(141,196,149); }
H1.HeaderClassName
{
color: #8DC495;
}
.AnyTagClassName
{
color: #8DC495;
}
</style>
background-color css
<style>
a { background-color: #8DC495; }
a { background-color: rgb(141,196,149); }
div.DivClassName
{
background-color: #8DC495;
}
.BgClassName
{
background-color: #8DC495;
}
</style>
border-color css
<style>
span { border-color: #8DC495; }
span { border-color: rgb(141,196,149); }
td.TdClassName
{
border-color: #8DC495;
}
.TagClassName
{
border-color: #8DC495;
}
</style>