Shades of Dark Sea Green #8BBA80
Tints of Dark Sea Green #8BBA80
RGB
CMYK
RGB Variations
Color information
#8BBA80 (or 0x8BBA80) is known color: Dark Sea Green. HEX triplet: 8B, BA and 80. RGB value is (139,186,128). Sum of RGB (Red+Green+Blue) = 139+186+128=453 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.68% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBA80 is #74457F. Grayscale: #A5A5A5. Windows color (decimal): -7619968 or 8436363. OLE color: 8436363.
HSL color Cylindrical-coordinate representation of color #8BBA80: hue angle of 108.62º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BBA80 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 186 | 128 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.27 |
| HSL | 108.62º | 0.3% | 0.62% | - |
| HSV(B) | 108.62º | 0.31% | 0.73% | - |
| XYZ | 32.1 | 42.17 | 26.87 | - |
| YUV | 165.34 | 106.93 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 128 | 0.25 | 0 | 0.31 | 0.27 | 108.62 | 0.3 | 0.62 |
| Hex | 8B | BA | 80 | 19 | 0 | 1F | 1B | 6D | 1E | 3E |
| Octal | 213 | 272 | 200 | 31 | 0 | 37 | 33 | 155 | 36 | 76 |
| Binary | 10001011 | 10111010 | 10000000 | 11001 | 0 | 11111 | 11011 | 1101101 | 11110 | 111110 |
Color Harmonies of #8BBA80
Complementary color
Monochromatic Colors of #8BBA80
Black with #8BBA80
Text Example
Text Example
White with #8BBA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBA80; }
p { color: rgb(139,186,128); }
H1.HeaderClassName
{
color: #8BBA80;
}
.AnyTagClassName
{
color: #8BBA80;
}
</style>
background-color css
<style>
a { background-color: #8BBA80; }
a { background-color: rgb(139,186,128); }
div.DivClassName
{
background-color: #8BBA80;
}
.BgClassName
{
background-color: #8BBA80;
}
</style>
border-color css
<style>
span { border-color: #8BBA80; }
span { border-color: rgb(139,186,128); }
td.TdClassName
{
border-color: #8BBA80;
}
.TagClassName
{
border-color: #8BBA80;
}
</style>