Shades of Dark Sea Green #8BBB8C
Tints of Dark Sea Green #8BBB8C
RGB
CMYK
RGB Variations
Color information
#8BBB8C (or 0x8BBB8C) is known color: Dark Sea Green. HEX triplet: 8B, BB and 8C. RGB value is (139,187,140). Sum of RGB (Red+Green+Blue) = 139+187+140=466 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.83% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 187 - color contains mainly: green. Hex color #8BBB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBB8C is #744473. Grayscale: #A7A7A7. Windows color (decimal): -7619700 or 9223051. OLE color: 9223051.
HSL color Cylindrical-coordinate representation of color #8BBB8C: hue angle of 121.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BBB8C is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 187 | 140 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.27 |
| HSL | 121.25º | 0.26% | 0.64% | - |
| HSV(B) | 121.25º | 0.26% | 0.73% | - |
| XYZ | 33.15 | 42.92 | 31.35 | - |
| YUV | 167.29 | 112.6 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 187 | 140 | 0.26 | 0 | 0.25 | 0.27 | 121.25 | 0.26 | 0.64 |
| Hex | 8B | BB | 8C | 1A | 0 | 19 | 1B | 79 | 1A | 40 |
| Octal | 213 | 273 | 214 | 32 | 0 | 31 | 33 | 171 | 32 | 100 |
| Binary | 10001011 | 10111011 | 10001100 | 11010 | 0 | 11001 | 11011 | 1111001 | 11010 | 1000000 |
Color Harmonies of #8BBB8C
Complementary color
Monochromatic Colors of #8BBB8C
Black with #8BBB8C
Text Example
Text Example
White with #8BBB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBB8C; }
p { color: rgb(139,187,140); }
H1.HeaderClassName
{
color: #8BBB8C;
}
.AnyTagClassName
{
color: #8BBB8C;
}
</style>
background-color css
<style>
a { background-color: #8BBB8C; }
a { background-color: rgb(139,187,140); }
div.DivClassName
{
background-color: #8BBB8C;
}
.BgClassName
{
background-color: #8BBB8C;
}
</style>
border-color css
<style>
span { border-color: #8BBB8C; }
span { border-color: rgb(139,187,140); }
td.TdClassName
{
border-color: #8BBB8C;
}
.TagClassName
{
border-color: #8BBB8C;
}
</style>