Shades of Dark Sea Green #8CBC88
Tints of Dark Sea Green #8CBC88
RGB
CMYK
RGB Variations
Color information
#8CBC88 (or 0x8CBC88) is known color: Dark Sea Green. HEX triplet: 8C, BC and 88. RGB value is (140,188,136). Sum of RGB (Red+Green+Blue) = 140+188+136=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBC88 is #734377. Grayscale: #A7A7A7. Windows color (decimal): -7553912 or 8961164. OLE color: 8961164.
HSL color Cylindrical-coordinate representation of color #8CBC88: hue angle of 115.38º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8CBC88 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 136 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.26 |
| HSL | 115.38º | 0.28% | 0.64% | - |
| HSV(B) | 115.38º | 0.28% | 0.74% | - |
| XYZ | 33.24 | 43.32 | 29.9 | - |
| YUV | 167.72 | 110.1 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 136 | 0.26 | 0 | 0.28 | 0.26 | 115.38 | 0.28 | 0.64 |
| Hex | 8C | BC | 88 | 1A | 0 | 1C | 1A | 73 | 1C | 40 |
| Octal | 214 | 274 | 210 | 32 | 0 | 34 | 32 | 163 | 34 | 100 |
| Binary | 10001100 | 10111100 | 10001000 | 11010 | 0 | 11100 | 11010 | 1110011 | 11100 | 1000000 |
Color Harmonies of #8CBC88
Complementary color
Monochromatic Colors of #8CBC88
Black with #8CBC88
Text Example
Text Example
White with #8CBC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC88; }
p { color: rgb(140,188,136); }
H1.HeaderClassName
{
color: #8CBC88;
}
.AnyTagClassName
{
color: #8CBC88;
}
</style>
background-color css
<style>
a { background-color: #8CBC88; }
a { background-color: rgb(140,188,136); }
div.DivClassName
{
background-color: #8CBC88;
}
.BgClassName
{
background-color: #8CBC88;
}
</style>
border-color css
<style>
span { border-color: #8CBC88; }
span { border-color: rgb(140,188,136); }
td.TdClassName
{
border-color: #8CBC88;
}
.TagClassName
{
border-color: #8CBC88;
}
</style>