Shades of Dark Sea Green #8BBC8C
Tints of Dark Sea Green #8BBC8C
RGB
CMYK
RGB Variations
Color information
#8BBC8C (or 0x8BBC8C) is known color: Dark Sea Green. HEX triplet: 8B, BC and 8C. RGB value is (139,188,140). Sum of RGB (Red+Green+Blue) = 139+188+140=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #8BBC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBC8C is #744373. Grayscale: #A8A8A8. Windows color (decimal): -7619444 or 9223307. OLE color: 9223307.
HSL color Cylindrical-coordinate representation of color #8BBC8C: hue angle of 121.22º degrees, saturation: 0.27, 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 #8BBC8C is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 140 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.26 |
| HSL | 121.22º | 0.27% | 0.64% | - |
| HSV(B) | 121.22º | 0.26% | 0.74% | - |
| XYZ | 33.36 | 43.35 | 31.42 | - |
| YUV | 167.88 | 112.27 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 140 | 0.26 | 0 | 0.26 | 0.26 | 121.22 | 0.27 | 0.64 |
| Hex | 8B | BC | 8C | 1A | 0 | 1A | 1A | 79 | 1B | 40 |
| Octal | 213 | 274 | 214 | 32 | 0 | 32 | 32 | 171 | 33 | 100 |
| Binary | 10001011 | 10111100 | 10001100 | 11010 | 0 | 11010 | 11010 | 1111001 | 11011 | 1000000 |
Color Harmonies of #8BBC8C
Complementary color
Monochromatic Colors of #8BBC8C
Black with #8BBC8C
Text Example
Text Example
White with #8BBC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBC8C; }
p { color: rgb(139,188,140); }
H1.HeaderClassName
{
color: #8BBC8C;
}
.AnyTagClassName
{
color: #8BBC8C;
}
</style>
background-color css
<style>
a { background-color: #8BBC8C; }
a { background-color: rgb(139,188,140); }
div.DivClassName
{
background-color: #8BBC8C;
}
.BgClassName
{
background-color: #8BBC8C;
}
</style>
border-color css
<style>
span { border-color: #8BBC8C; }
span { border-color: rgb(139,188,140); }
td.TdClassName
{
border-color: #8BBC8C;
}
.TagClassName
{
border-color: #8BBC8C;
}
</style>