Shades of Dark Sea Green #8CBC80
Tints of Dark Sea Green #8CBC80
RGB
CMYK
RGB Variations
Color information
#8CBC80 (or 0x8CBC80) is known color: Dark Sea Green. HEX triplet: 8C, BC and 80. RGB value is (140,188,128). Sum of RGB (Red+Green+Blue) = 140+188+128=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBC80 is #73437F. Grayscale: #A7A7A7. Windows color (decimal): -7553920 or 8436876. OLE color: 8436876.
HSL color Cylindrical-coordinate representation of color #8CBC80: hue angle of 108º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CBC80 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 128 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.26 |
| HSL | 108º | 0.31% | 0.62% | - |
| HSV(B) | 108º | 0.32% | 0.74% | - |
| XYZ | 32.69 | 43.1 | 27.02 | - |
| YUV | 166.81 | 106.1 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 128 | 0.26 | 0 | 0.32 | 0.26 | 108 | 0.31 | 0.62 |
| Hex | 8C | BC | 80 | 1A | 0 | 20 | 1A | 6C | 1F | 3E |
| Octal | 214 | 274 | 200 | 32 | 0 | 40 | 32 | 154 | 37 | 76 |
| Binary | 10001100 | 10111100 | 10000000 | 11010 | 0 | 100000 | 11010 | 1101100 | 11111 | 111110 |
Color Harmonies of #8CBC80
Complementary color
Monochromatic Colors of #8CBC80
Black with #8CBC80
Text Example
Text Example
White with #8CBC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC80; }
p { color: rgb(140,188,128); }
H1.HeaderClassName
{
color: #8CBC80;
}
.AnyTagClassName
{
color: #8CBC80;
}
</style>
background-color css
<style>
a { background-color: #8CBC80; }
a { background-color: rgb(140,188,128); }
div.DivClassName
{
background-color: #8CBC80;
}
.BgClassName
{
background-color: #8CBC80;
}
</style>
border-color css
<style>
span { border-color: #8CBC80; }
span { border-color: rgb(140,188,128); }
td.TdClassName
{
border-color: #8CBC80;
}
.TagClassName
{
border-color: #8CBC80;
}
</style>