Shades of Dark Sea Green #8BAF87
Tints of Dark Sea Green #8BAF87
RGB
CMYK
RGB Variations
Color information
#8BAF87 (or 0x8BAF87) is known color: Dark Sea Green. HEX triplet: 8B, AF and 87. RGB value is (139,175,135). Sum of RGB (Red+Green+Blue) = 139+175+135=449 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.96% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 175 - color contains mainly: green. Hex color #8BAF87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BAF87 is #745078. Grayscale: #9F9F9F. Windows color (decimal): -7622777 or 8892299. OLE color: 8892299.
HSL color Cylindrical-coordinate representation of color #8BAF87: hue angle of 114º degrees, saturation: 0.2, 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 #8BAF87 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 175 | 135 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.31 |
| HSL | 114º | 0.2% | 0.61% | - |
| HSV(B) | 114º | 0.23% | 0.69% | - |
| XYZ | 30.35 | 37.9 | 28.64 | - |
| YUV | 159.68 | 114.07 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 135 | 0.21 | 0 | 0.23 | 0.31 | 114 | 0.2 | 0.61 |
| Hex | 8B | AF | 87 | 15 | 0 | 17 | 1F | 72 | 14 | 3D |
| Octal | 213 | 257 | 207 | 25 | 0 | 27 | 37 | 162 | 24 | 75 |
| Binary | 10001011 | 10101111 | 10000111 | 10101 | 0 | 10111 | 11111 | 1110010 | 10100 | 111101 |
Color Harmonies of #8BAF87
Complementary color
Monochromatic Colors of #8BAF87
Black with #8BAF87
Text Example
Text Example
White with #8BAF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAF87; }
p { color: rgb(139,175,135); }
H1.HeaderClassName
{
color: #8BAF87;
}
.AnyTagClassName
{
color: #8BAF87;
}
</style>
background-color css
<style>
a { background-color: #8BAF87; }
a { background-color: rgb(139,175,135); }
div.DivClassName
{
background-color: #8BAF87;
}
.BgClassName
{
background-color: #8BAF87;
}
</style>
border-color css
<style>
span { border-color: #8BAF87; }
span { border-color: rgb(139,175,135); }
td.TdClassName
{
border-color: #8BAF87;
}
.TagClassName
{
border-color: #8BAF87;
}
</style>