Shades of Dark Sea Green #8BBD87
Tints of Dark Sea Green #8BBD87
RGB
CMYK
RGB Variations
Color information
#8BBD87 (or 0x8BBD87) is known color: Dark Sea Green. HEX triplet: 8B, BD and 87. RGB value is (139,189,135). Sum of RGB (Red+Green+Blue) = 139+189+135=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 135 (53.12% from 255 or 29.16% from 463); Max value from RGB is 189 - color contains mainly: green. Hex color #8BBD87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBD87 is #744278. Grayscale: #A8A8A8. Windows color (decimal): -7619193 or 8895883. OLE color: 8895883.
HSL color Cylindrical-coordinate representation of color #8BBD87: hue angle of 115.56º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BBD87 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 189 | 135 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.26 |
| HSL | 115.56º | 0.29% | 0.64% | - |
| HSV(B) | 115.56º | 0.29% | 0.74% | - |
| XYZ | 33.22 | 43.63 | 29.59 | - |
| YUV | 167.89 | 109.44 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 189 | 135 | 0.26 | 0 | 0.29 | 0.26 | 115.56 | 0.29 | 0.64 |
| Hex | 8B | BD | 87 | 1A | 0 | 1D | 1A | 74 | 1D | 40 |
| Octal | 213 | 275 | 207 | 32 | 0 | 35 | 32 | 164 | 35 | 100 |
| Binary | 10001011 | 10111101 | 10000111 | 11010 | 0 | 11101 | 11010 | 1110100 | 11101 | 1000000 |
Color Harmonies of #8BBD87
Complementary color
Monochromatic Colors of #8BBD87
Black with #8BBD87
Text Example
Text Example
White with #8BBD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBD87; }
p { color: rgb(139,189,135); }
H1.HeaderClassName
{
color: #8BBD87;
}
.AnyTagClassName
{
color: #8BBD87;
}
</style>
background-color css
<style>
a { background-color: #8BBD87; }
a { background-color: rgb(139,189,135); }
div.DivClassName
{
background-color: #8BBD87;
}
.BgClassName
{
background-color: #8BBD87;
}
</style>
border-color css
<style>
span { border-color: #8BBD87; }
span { border-color: rgb(139,189,135); }
td.TdClassName
{
border-color: #8BBD87;
}
.TagClassName
{
border-color: #8BBD87;
}
</style>