Shades of Dark Sea Green #8CBC8C
Tints of Dark Sea Green #8CBC8C
RGB
CMYK
RGB Variations
Color information
#8CBC8C (or 0x8CBC8C) is known color: Dark Sea Green. HEX triplet: 8C, BC and 8C. RGB value is (140,188,140). Sum of RGB (Red+Green+Blue) = 140+188+140=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBC8C is #734373. Grayscale: #A8A8A8. Windows color (decimal): -7553908 or 9223308. OLE color: 9223308.
HSL color Cylindrical-coordinate representation of color #8CBC8C: hue angle of 120º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CBC8C is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 140 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.26 |
| HSL | 120º | 0.26% | 0.64% | - |
| HSV(B) | 120º | 0.26% | 0.74% | - |
| XYZ | 33.53 | 43.44 | 31.43 | - |
| YUV | 168.18 | 112.1 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 140 | 0.26 | 0 | 0.26 | 0.26 | 120 | 0.26 | 0.64 |
| Hex | 8C | BC | 8C | 1A | 0 | 1A | 1A | 78 | 1A | 40 |
| Octal | 214 | 274 | 214 | 32 | 0 | 32 | 32 | 170 | 32 | 100 |
| Binary | 10001100 | 10111100 | 10001100 | 11010 | 0 | 11010 | 11010 | 1111000 | 11010 | 1000000 |
Color Harmonies of #8CBC8C
Complementary color
Monochromatic Colors of #8CBC8C
Black with #8CBC8C
Text Example
Text Example
White with #8CBC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC8C; }
p { color: rgb(140,188,140); }
H1.HeaderClassName
{
color: #8CBC8C;
}
.AnyTagClassName
{
color: #8CBC8C;
}
</style>
background-color css
<style>
a { background-color: #8CBC8C; }
a { background-color: rgb(140,188,140); }
div.DivClassName
{
background-color: #8CBC8C;
}
.BgClassName
{
background-color: #8CBC8C;
}
</style>
border-color css
<style>
span { border-color: #8CBC8C; }
span { border-color: rgb(140,188,140); }
td.TdClassName
{
border-color: #8CBC8C;
}
.TagClassName
{
border-color: #8CBC8C;
}
</style>