Shades of Dark Sea Green #8CBC8A
Tints of Dark Sea Green #8CBC8A
RGB
CMYK
RGB Variations
Color information
#8CBC8A (or 0x8CBC8A) is known color: Dark Sea Green. HEX triplet: 8C, BC and 8A. RGB value is (140,188,138). Sum of RGB (Red+Green+Blue) = 140+188+138=466 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.04% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBC8A is #734375. Grayscale: #A8A8A8. Windows color (decimal): -7553910 or 9092236. OLE color: 9092236.
HSL color Cylindrical-coordinate representation of color #8CBC8A: hue angle of 117.6º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CBC8A is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 138 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.26 |
| HSL | 117.6º | 0.27% | 0.64% | - |
| HSV(B) | 117.6º | 0.27% | 0.74% | - |
| XYZ | 33.39 | 43.38 | 30.66 | - |
| YUV | 167.95 | 111.1 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 138 | 0.26 | 0 | 0.27 | 0.26 | 117.6 | 0.27 | 0.64 |
| Hex | 8C | BC | 8A | 1A | 0 | 1B | 1A | 76 | 1B | 40 |
| Octal | 214 | 274 | 212 | 32 | 0 | 33 | 32 | 166 | 33 | 100 |
| Binary | 10001100 | 10111100 | 10001010 | 11010 | 0 | 11011 | 11010 | 1110110 | 11011 | 1000000 |
Color Harmonies of #8CBC8A
Complementary color
Monochromatic Colors of #8CBC8A
Black with #8CBC8A
Text Example
Text Example
White with #8CBC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC8A; }
p { color: rgb(140,188,138); }
H1.HeaderClassName
{
color: #8CBC8A;
}
.AnyTagClassName
{
color: #8CBC8A;
}
</style>
background-color css
<style>
a { background-color: #8CBC8A; }
a { background-color: rgb(140,188,138); }
div.DivClassName
{
background-color: #8CBC8A;
}
.BgClassName
{
background-color: #8CBC8A;
}
</style>
border-color css
<style>
span { border-color: #8CBC8A; }
span { border-color: rgb(140,188,138); }
td.TdClassName
{
border-color: #8CBC8A;
}
.TagClassName
{
border-color: #8CBC8A;
}
</style>