Shades of Dark Sea Green #8DC595
Tints of Dark Sea Green #8DC595
RGB
CMYK
RGB Variations
Color information
#8DC595 (or 0x8DC595) is known color: Dark Sea Green. HEX triplet: 8D, C5 and 95. RGB value is (141,197,149). Sum of RGB (Red+Green+Blue) = 141+197+149=487 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.95% from 487); Green value is 197 (77.34% from 255 or 40.45% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC595 is #723A6A. Grayscale: #AEAEAE. Windows color (decimal): -7486059 or 9815437. OLE color: 9815437.
HSL color Cylindrical-coordinate representation of color #8DC595: hue angle of 128.57º degrees, saturation: 0.33, 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 #8DC595 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 141 | 197 | 149 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.23 |
| HSL | 128.57º | 0.33% | 0.66% | - |
| HSV(B) | 128.57º | 0.28% | 0.77% | - |
| XYZ | 36.38 | 47.77 | 35.74 | - |
| YUV | 174.78 | 113.45 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 197 | 149 | 0.28 | 0 | 0.24 | 0.23 | 128.57 | 0.33 | 0.66 |
| Hex | 8D | C5 | 95 | 1C | 0 | 18 | 17 | 81 | 21 | 42 |
| Octal | 215 | 305 | 225 | 34 | 0 | 30 | 27 | 201 | 41 | 102 |
| Binary | 10001101 | 11000101 | 10010101 | 11100 | 0 | 11000 | 10111 | 10000001 | 100001 | 1000010 |
Color Harmonies of #8DC595
Complementary color
Monochromatic Colors of #8DC595
Black with #8DC595
Text Example
Text Example
White with #8DC595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC595; }
p { color: rgb(141,197,149); }
H1.HeaderClassName
{
color: #8DC595;
}
.AnyTagClassName
{
color: #8DC595;
}
</style>
background-color css
<style>
a { background-color: #8DC595; }
a { background-color: rgb(141,197,149); }
div.DivClassName
{
background-color: #8DC595;
}
.BgClassName
{
background-color: #8DC595;
}
</style>
border-color css
<style>
span { border-color: #8DC595; }
span { border-color: rgb(141,197,149); }
td.TdClassName
{
border-color: #8DC595;
}
.TagClassName
{
border-color: #8DC595;
}
</style>