Shades of Dark Sea Green #87BD8E
Tints of Dark Sea Green #87BD8E
RGB
CMYK
RGB Variations
Color information
#87BD8E (or 0x87BD8E) is known color: Dark Sea Green. HEX triplet: 87, BD and 8E. RGB value is (135,189,142). Sum of RGB (Red+Green+Blue) = 135+189+142=466 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.97% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 189 - color contains mainly: green. Hex color #87BD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87BD8E is #784271. Grayscale: #A7A7A7. Windows color (decimal): -7881330 or 9354631. OLE color: 9354631.
HSL color Cylindrical-coordinate representation of color #87BD8E: hue angle of 127.78º 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 #87BD8E is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 189 | 142 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.26 |
| HSL | 127.78º | 0.29% | 0.64% | - |
| HSV(B) | 127.78º | 0.29% | 0.74% | - |
| XYZ | 33.07 | 43.5 | 32.24 | - |
| YUV | 167.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 189 | 142 | 0.29 | 0 | 0.25 | 0.26 | 127.78 | 0.29 | 0.64 |
| Hex | 87 | BD | 8E | 1D | 0 | 19 | 1A | 80 | 1D | 40 |
| Octal | 207 | 275 | 216 | 35 | 0 | 31 | 32 | 200 | 35 | 100 |
| Binary | 10000111 | 10111101 | 10001110 | 11101 | 0 | 11001 | 11010 | 10000000 | 11101 | 1000000 |
Color Harmonies of #87BD8E
Complementary color
Monochromatic Colors of #87BD8E
Black with #87BD8E
Text Example
Text Example
White with #87BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BD8E; }
p { color: rgb(135,189,142); }
H1.HeaderClassName
{
color: #87BD8E;
}
.AnyTagClassName
{
color: #87BD8E;
}
</style>
background-color css
<style>
a { background-color: #87BD8E; }
a { background-color: rgb(135,189,142); }
div.DivClassName
{
background-color: #87BD8E;
}
.BgClassName
{
background-color: #87BD8E;
}
</style>
border-color css
<style>
span { border-color: #87BD8E; }
span { border-color: rgb(135,189,142); }
td.TdClassName
{
border-color: #87BD8E;
}
.TagClassName
{
border-color: #87BD8E;
}
</style>