Shades of Dark Sea Green #8CC389
Tints of Dark Sea Green #8CC389
RGB
CMYK
RGB Variations
Color information
#8CC389 (or 0x8CC389) is known color: Dark Sea Green. HEX triplet: 8C, C3 and 89. RGB value is (140,195,137). Sum of RGB (Red+Green+Blue) = 140+195+137=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC389 is #733C76. Grayscale: #ACACAC. Windows color (decimal): -7552119 or 9028492. OLE color: 9028492.
HSL color Cylindrical-coordinate representation of color #8CC389: hue angle of 116.9º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CC389 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 195 | 137 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.24 |
| HSL | 116.9º | 0.33% | 0.65% | - |
| HSV(B) | 116.9º | 0.3% | 0.76% | - |
| XYZ | 34.85 | 46.41 | 30.79 | - |
| YUV | 171.94 | 108.28 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 195 | 137 | 0.28 | 0 | 0.30 | 0.24 | 116.9 | 0.33 | 0.65 |
| Hex | 8C | C3 | 89 | 1C | 0 | 1E | 18 | 75 | 21 | 41 |
| Octal | 214 | 303 | 211 | 34 | 0 | 36 | 30 | 165 | 41 | 101 |
| Binary | 10001100 | 11000011 | 10001001 | 11100 | 0 | 11110 | 11000 | 1110101 | 100001 | 1000001 |
Color Harmonies of #8CC389
Complementary color
Monochromatic Colors of #8CC389
Black with #8CC389
Text Example
Text Example
White with #8CC389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC389; }
p { color: rgb(140,195,137); }
H1.HeaderClassName
{
color: #8CC389;
}
.AnyTagClassName
{
color: #8CC389;
}
</style>
background-color css
<style>
a { background-color: #8CC389; }
a { background-color: rgb(140,195,137); }
div.DivClassName
{
background-color: #8CC389;
}
.BgClassName
{
background-color: #8CC389;
}
</style>
border-color css
<style>
span { border-color: #8CC389; }
span { border-color: rgb(140,195,137); }
td.TdClassName
{
border-color: #8CC389;
}
.TagClassName
{
border-color: #8CC389;
}
</style>