Shades of Dark Sea Green #8CBC85
Tints of Dark Sea Green #8CBC85
RGB
CMYK
RGB Variations
Color information
#8CBC85 (or 0x8CBC85) is known color: Dark Sea Green. HEX triplet: 8C, BC and 85. RGB value is (140,188,133). Sum of RGB (Red+Green+Blue) = 140+188+133=461 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.37% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBC85 is #73437A. Grayscale: #A7A7A7. Windows color (decimal): -7553915 or 8764556. OLE color: 8764556.
HSL color Cylindrical-coordinate representation of color #8CBC85: hue angle of 112.36º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CBC85 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 133 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.26 |
| HSL | 112.36º | 0.29% | 0.63% | - |
| HSV(B) | 112.36º | 0.29% | 0.74% | - |
| XYZ | 33.03 | 43.24 | 28.79 | - |
| YUV | 167.38 | 108.6 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 133 | 0.26 | 0 | 0.29 | 0.26 | 112.36 | 0.29 | 0.63 |
| Hex | 8C | BC | 85 | 1A | 0 | 1D | 1A | 70 | 1D | 3F |
| Octal | 214 | 274 | 205 | 32 | 0 | 35 | 32 | 160 | 35 | 77 |
| Binary | 10001100 | 10111100 | 10000101 | 11010 | 0 | 11101 | 11010 | 1110000 | 11101 | 111111 |
Color Harmonies of #8CBC85
Complementary color
Monochromatic Colors of #8CBC85
Black with #8CBC85
Text Example
Text Example
White with #8CBC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC85; }
p { color: rgb(140,188,133); }
H1.HeaderClassName
{
color: #8CBC85;
}
.AnyTagClassName
{
color: #8CBC85;
}
</style>
background-color css
<style>
a { background-color: #8CBC85; }
a { background-color: rgb(140,188,133); }
div.DivClassName
{
background-color: #8CBC85;
}
.BgClassName
{
background-color: #8CBC85;
}
</style>
border-color css
<style>
span { border-color: #8CBC85; }
span { border-color: rgb(140,188,133); }
td.TdClassName
{
border-color: #8CBC85;
}
.TagClassName
{
border-color: #8CBC85;
}
</style>