Shades of Dark Sea Green #8BBC88
Tints of Dark Sea Green #8BBC88
RGB
CMYK
RGB Variations
Color information
#8BBC88 (or 0x8BBC88) is known color: Dark Sea Green. HEX triplet: 8B, BC and 88. RGB value is (139,188,136). Sum of RGB (Red+Green+Blue) = 139+188+136=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBC88 is #744377. Grayscale: #A7A7A7. Windows color (decimal): -7619448 or 8961163. OLE color: 8961163.
HSL color Cylindrical-coordinate representation of color #8BBC88: hue angle of 116.54º 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 #8BBC88 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 136 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.26 |
| HSL | 116.54º | 0.28% | 0.64% | - |
| HSV(B) | 116.54º | 0.28% | 0.74% | - |
| XYZ | 33.07 | 43.23 | 29.89 | - |
| YUV | 167.42 | 110.27 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 136 | 0.26 | 0 | 0.28 | 0.26 | 116.54 | 0.28 | 0.64 |
| Hex | 8B | BC | 88 | 1A | 0 | 1C | 1A | 75 | 1C | 40 |
| Octal | 213 | 274 | 210 | 32 | 0 | 34 | 32 | 165 | 34 | 100 |
| Binary | 10001011 | 10111100 | 10001000 | 11010 | 0 | 11100 | 11010 | 1110101 | 11100 | 1000000 |
Color Harmonies of #8BBC88
Complementary color
Monochromatic Colors of #8BBC88
Black with #8BBC88
Text Example
Text Example
White with #8BBC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC88; }
p { color: rgb(139,188,136); }
H1.HeaderClassName
{
color: #8BBC88;
}
.AnyTagClassName
{
color: #8BBC88;
}
</style>
background-color css
<style>
a { background-color: #8BBC88; }
a { background-color: rgb(139,188,136); }
div.DivClassName
{
background-color: #8BBC88;
}
.BgClassName
{
background-color: #8BBC88;
}
</style>
border-color css
<style>
span { border-color: #8BBC88; }
span { border-color: rgb(139,188,136); }
td.TdClassName
{
border-color: #8BBC88;
}
.TagClassName
{
border-color: #8BBC88;
}
</style>