Shades of Dark Sea Green #8BBA8A
Tints of Dark Sea Green #8BBA8A
RGB
CMYK
RGB Variations
Color information
#8BBA8A (or 0x8BBA8A) is known color: Dark Sea Green. HEX triplet: 8B, BA and 8A. RGB value is (139,186,138). Sum of RGB (Red+Green+Blue) = 139+186+138=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 186 (73.05% from 255 or 40.17% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBA8A is #744575. Grayscale: #A6A6A6. Windows color (decimal): -7619958 or 9091723. OLE color: 9091723.
HSL color Cylindrical-coordinate representation of color #8BBA8A: hue angle of 118.75º 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 #8BBA8A is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 186 | 138 | - |
| CMYK | 0.25 | 0 | 0.26 | 0.27 |
| HSL | 118.75º | 0.26% | 0.64% | - |
| HSV(B) | 118.75º | 0.26% | 0.73% | - |
| XYZ | 32.79 | 42.44 | 30.51 | - |
| YUV | 166.48 | 111.93 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 138 | 0.25 | 0 | 0.26 | 0.27 | 118.75 | 0.26 | 0.64 |
| Hex | 8B | BA | 8A | 19 | 0 | 1A | 1B | 77 | 1A | 40 |
| Octal | 213 | 272 | 212 | 31 | 0 | 32 | 33 | 167 | 32 | 100 |
| Binary | 10001011 | 10111010 | 10001010 | 11001 | 0 | 11010 | 11011 | 1110111 | 11010 | 1000000 |
Color Harmonies of #8BBA8A
Complementary color
Monochromatic Colors of #8BBA8A
Black with #8BBA8A
Text Example
Text Example
White with #8BBA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBA8A; }
p { color: rgb(139,186,138); }
H1.HeaderClassName
{
color: #8BBA8A;
}
.AnyTagClassName
{
color: #8BBA8A;
}
</style>
background-color css
<style>
a { background-color: #8BBA8A; }
a { background-color: rgb(139,186,138); }
div.DivClassName
{
background-color: #8BBA8A;
}
.BgClassName
{
background-color: #8BBA8A;
}
</style>
border-color css
<style>
span { border-color: #8BBA8A; }
span { border-color: rgb(139,186,138); }
td.TdClassName
{
border-color: #8BBA8A;
}
.TagClassName
{
border-color: #8BBA8A;
}
</style>