Shades of Dark Sea Green #8DC192
Tints of Dark Sea Green #8DC192
RGB
CMYK
RGB Variations
Color information
#8DC192 (or 0x8DC192) is known color: Dark Sea Green. HEX triplet: 8D, C1 and 92. RGB value is (141,193,146). Sum of RGB (Red+Green+Blue) = 141+193+146=480 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.38% from 480); Green value is 193 (75.78% from 255 or 40.21% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 193 - color contains mainly: green. Hex color #8DC192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC192 is #723E6D. Grayscale: #ACACAC. Windows color (decimal): -7487086 or 9617805. OLE color: 9617805.
HSL color Cylindrical-coordinate representation of color #8DC192: hue angle of 125.77º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DC192 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 193 | 146 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.24 |
| HSL | 125.77º | 0.3% | 0.65% | - |
| HSV(B) | 125.77º | 0.27% | 0.76% | - |
| XYZ | 35.24 | 45.88 | 34.19 | - |
| YUV | 172.09 | 113.27 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 193 | 146 | 0.27 | 0 | 0.24 | 0.24 | 125.77 | 0.3 | 0.65 |
| Hex | 8D | C1 | 92 | 1B | 0 | 18 | 18 | 7E | 1E | 41 |
| Octal | 215 | 301 | 222 | 33 | 0 | 30 | 30 | 176 | 36 | 101 |
| Binary | 10001101 | 11000001 | 10010010 | 11011 | 0 | 11000 | 11000 | 1111110 | 11110 | 1000001 |
Color Harmonies of #8DC192
Complementary color
Monochromatic Colors of #8DC192
Black with #8DC192
Text Example
Text Example
White with #8DC192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC192; }
p { color: rgb(141,193,146); }
H1.HeaderClassName
{
color: #8DC192;
}
.AnyTagClassName
{
color: #8DC192;
}
</style>
background-color css
<style>
a { background-color: #8DC192; }
a { background-color: rgb(141,193,146); }
div.DivClassName
{
background-color: #8DC192;
}
.BgClassName
{
background-color: #8DC192;
}
</style>
border-color css
<style>
span { border-color: #8DC192; }
span { border-color: rgb(141,193,146); }
td.TdClassName
{
border-color: #8DC192;
}
.TagClassName
{
border-color: #8DC192;
}
</style>