Shades of Dark Sea Green #8BBA87
Tints of Dark Sea Green #8BBA87
RGB
CMYK
RGB Variations
Color information
#8BBA87 (or 0x8BBA87) is known color: Dark Sea Green. HEX triplet: 8B, BA and 87. RGB value is (139,186,135). Sum of RGB (Red+Green+Blue) = 139+186+135=460 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.22% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 135 (53.12% from 255 or 29.35% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #8BBA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBA87 is #744578. Grayscale: #A6A6A6. Windows color (decimal): -7619961 or 8895115. OLE color: 8895115.
HSL color Cylindrical-coordinate representation of color #8BBA87: hue angle of 115.29º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BBA87 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 186 | 135 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.27 |
| HSL | 115.29º | 0.27% | 0.63% | - |
| HSV(B) | 115.29º | 0.27% | 0.73% | - |
| XYZ | 32.58 | 42.36 | 29.38 | - |
| YUV | 166.13 | 110.43 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 186 | 135 | 0.25 | 0 | 0.27 | 0.27 | 115.29 | 0.27 | 0.63 |
| Hex | 8B | BA | 87 | 19 | 0 | 1B | 1B | 73 | 1B | 3F |
| Octal | 213 | 272 | 207 | 31 | 0 | 33 | 33 | 163 | 33 | 77 |
| Binary | 10001011 | 10111010 | 10000111 | 11001 | 0 | 11011 | 11011 | 1110011 | 11011 | 111111 |
Color Harmonies of #8BBA87
Complementary color
Monochromatic Colors of #8BBA87
Black with #8BBA87
Text Example
Text Example
White with #8BBA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBA87; }
p { color: rgb(139,186,135); }
H1.HeaderClassName
{
color: #8BBA87;
}
.AnyTagClassName
{
color: #8BBA87;
}
</style>
background-color css
<style>
a { background-color: #8BBA87; }
a { background-color: rgb(139,186,135); }
div.DivClassName
{
background-color: #8BBA87;
}
.BgClassName
{
background-color: #8BBA87;
}
</style>
border-color css
<style>
span { border-color: #8BBA87; }
span { border-color: rgb(139,186,135); }
td.TdClassName
{
border-color: #8BBA87;
}
.TagClassName
{
border-color: #8BBA87;
}
</style>