Shades of Dark Sea Green #8BBD80
Tints of Dark Sea Green #8BBD80
RGB
CMYK
RGB Variations
Color information
#8BBD80 (or 0x8BBD80) is known color: Dark Sea Green. HEX triplet: 8B, BD and 80. RGB value is (139,189,128). Sum of RGB (Red+Green+Blue) = 139+189+128=456 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.48% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 189 - color contains mainly: green. Hex color #8BBD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBD80 is #74427F. Grayscale: #A7A7A7. Windows color (decimal): -7619200 or 8437131. OLE color: 8437131.
HSL color Cylindrical-coordinate representation of color #8BBD80: hue angle of 109.18º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8BBD80 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 189 | 128 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.26 |
| HSL | 109.18º | 0.32% | 0.62% | - |
| HSV(B) | 109.18º | 0.32% | 0.74% | - |
| XYZ | 32.74 | 43.44 | 27.08 | - |
| YUV | 167.1 | 105.94 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 189 | 128 | 0.26 | 0 | 0.32 | 0.26 | 109.18 | 0.32 | 0.62 |
| Hex | 8B | BD | 80 | 1A | 0 | 20 | 1A | 6D | 20 | 3E |
| Octal | 213 | 275 | 200 | 32 | 0 | 40 | 32 | 155 | 40 | 76 |
| Binary | 10001011 | 10111101 | 10000000 | 11010 | 0 | 100000 | 11010 | 1101101 | 100000 | 111110 |
Color Harmonies of #8BBD80
Complementary color
Monochromatic Colors of #8BBD80
Black with #8BBD80
Text Example
Text Example
White with #8BBD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBD80; }
p { color: rgb(139,189,128); }
H1.HeaderClassName
{
color: #8BBD80;
}
.AnyTagClassName
{
color: #8BBD80;
}
</style>
background-color css
<style>
a { background-color: #8BBD80; }
a { background-color: rgb(139,189,128); }
div.DivClassName
{
background-color: #8BBD80;
}
.BgClassName
{
background-color: #8BBD80;
}
</style>
border-color css
<style>
span { border-color: #8BBD80; }
span { border-color: rgb(139,189,128); }
td.TdClassName
{
border-color: #8BBD80;
}
.TagClassName
{
border-color: #8BBD80;
}
</style>