Shades of Dark Sea Green #8DC692
Tints of Dark Sea Green #8DC692
RGB
CMYK
RGB Variations
Color information
#8DC692 (or 0x8DC692) is known color: Dark Sea Green. HEX triplet: 8D, C6 and 92. RGB value is (141,198,146). Sum of RGB (Red+Green+Blue) = 141+198+146=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 198 (77.73% from 255 or 40.82% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 198 - color contains mainly: green. Hex color #8DC692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC692 is #72396D. Grayscale: #AFAFAF. Windows color (decimal): -7485806 or 9619085. OLE color: 9619085.
HSL color Cylindrical-coordinate representation of color #8DC692: hue angle of 125.26º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8DC692 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 198 | 146 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.22 |
| HSL | 125.26º | 0.33% | 0.66% | - |
| HSV(B) | 125.26º | 0.29% | 0.78% | - |
| XYZ | 36.37 | 48.13 | 34.57 | - |
| YUV | 175.03 | 111.62 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 198 | 146 | 0.29 | 0 | 0.26 | 0.22 | 125.26 | 0.33 | 0.66 |
| Hex | 8D | C6 | 92 | 1D | 0 | 1A | 16 | 7D | 21 | 42 |
| Octal | 215 | 306 | 222 | 35 | 0 | 32 | 26 | 175 | 41 | 102 |
| Binary | 10001101 | 11000110 | 10010010 | 11101 | 0 | 11010 | 10110 | 1111101 | 100001 | 1000010 |
Color Harmonies of #8DC692
Complementary color
Monochromatic Colors of #8DC692
Black with #8DC692
Text Example
Text Example
White with #8DC692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC692; }
p { color: rgb(141,198,146); }
H1.HeaderClassName
{
color: #8DC692;
}
.AnyTagClassName
{
color: #8DC692;
}
</style>
background-color css
<style>
a { background-color: #8DC692; }
a { background-color: rgb(141,198,146); }
div.DivClassName
{
background-color: #8DC692;
}
.BgClassName
{
background-color: #8DC692;
}
</style>
border-color css
<style>
span { border-color: #8DC692; }
span { border-color: rgb(141,198,146); }
td.TdClassName
{
border-color: #8DC692;
}
.TagClassName
{
border-color: #8DC692;
}
</style>