Shades of Dark Sea Green #8BB087
Tints of Dark Sea Green #8BB087
RGB
CMYK
RGB Variations
Color information
#8BB087 (or 0x8BB087) is known color: Dark Sea Green. HEX triplet: 8B, B0 and 87. RGB value is (139,176,135). Sum of RGB (Red+Green+Blue) = 139+176+135=450 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.89% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 176 - color contains mainly: green. Hex color #8BB087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB087 is #744F78. Grayscale: #A0A0A0. Windows color (decimal): -7622521 or 8892555. OLE color: 8892555.
HSL color Cylindrical-coordinate representation of color #8BB087: hue angle of 114.15º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8BB087 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 176 | 135 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.31 |
| HSL | 114.15º | 0.21% | 0.61% | - |
| HSV(B) | 114.15º | 0.23% | 0.69% | - |
| XYZ | 30.55 | 38.29 | 28.7 | - |
| YUV | 160.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 176 | 135 | 0.21 | 0 | 0.23 | 0.31 | 114.15 | 0.21 | 0.61 |
| Hex | 8B | B0 | 87 | 15 | 0 | 17 | 1F | 72 | 15 | 3D |
| Octal | 213 | 260 | 207 | 25 | 0 | 27 | 37 | 162 | 25 | 75 |
| Binary | 10001011 | 10110000 | 10000111 | 10101 | 0 | 10111 | 11111 | 1110010 | 10101 | 111101 |
Color Harmonies of #8BB087
Complementary color
Monochromatic Colors of #8BB087
Black with #8BB087
Text Example
Text Example
White with #8BB087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB087; }
p { color: rgb(139,176,135); }
H1.HeaderClassName
{
color: #8BB087;
}
.AnyTagClassName
{
color: #8BB087;
}
</style>
background-color css
<style>
a { background-color: #8BB087; }
a { background-color: rgb(139,176,135); }
div.DivClassName
{
background-color: #8BB087;
}
.BgClassName
{
background-color: #8BB087;
}
</style>
border-color css
<style>
span { border-color: #8BB087; }
span { border-color: rgb(139,176,135); }
td.TdClassName
{
border-color: #8BB087;
}
.TagClassName
{
border-color: #8BB087;
}
</style>