Shades of Dark Sea Green #8BB880
Tints of Dark Sea Green #8BB880
RGB
CMYK
RGB Variations
Color information
#8BB880 (or 0x8BB880) is known color: Dark Sea Green. HEX triplet: 8B, B8 and 80. RGB value is (139,184,128). Sum of RGB (Red+Green+Blue) = 139+184+128=451 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.82% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 184 - color contains mainly: green. Hex color #8BB880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB880 is #74477F. Grayscale: #A4A4A4. Windows color (decimal): -7620480 or 8435851. OLE color: 8435851.
HSL color Cylindrical-coordinate representation of color #8BB880: hue angle of 108.21º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8BB880 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 139 | 184 | 128 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.28 |
| HSL | 108.21º | 0.28% | 0.61% | - |
| HSV(B) | 108.21º | 0.3% | 0.72% | - |
| XYZ | 31.68 | 41.33 | 26.73 | - |
| YUV | 164.16 | 107.59 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 184 | 128 | 0.24 | 0 | 0.30 | 0.28 | 108.21 | 0.28 | 0.61 |
| Hex | 8B | B8 | 80 | 18 | 0 | 1E | 1C | 6C | 1C | 3D |
| Octal | 213 | 270 | 200 | 30 | 0 | 36 | 34 | 154 | 34 | 75 |
| Binary | 10001011 | 10111000 | 10000000 | 11000 | 0 | 11110 | 11100 | 1101100 | 11100 | 111101 |
Color Harmonies of #8BB880
Complementary color
Monochromatic Colors of #8BB880
Black with #8BB880
Text Example
Text Example
White with #8BB880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB880; }
p { color: rgb(139,184,128); }
H1.HeaderClassName
{
color: #8BB880;
}
.AnyTagClassName
{
color: #8BB880;
}
</style>
background-color css
<style>
a { background-color: #8BB880; }
a { background-color: rgb(139,184,128); }
div.DivClassName
{
background-color: #8BB880;
}
.BgClassName
{
background-color: #8BB880;
}
</style>
border-color css
<style>
span { border-color: #8BB880; }
span { border-color: rgb(139,184,128); }
td.TdClassName
{
border-color: #8BB880;
}
.TagClassName
{
border-color: #8BB880;
}
</style>