Shades of Dark Sea Green #87BC8C
Tints of Dark Sea Green #87BC8C
RGB
CMYK
RGB Variations
Color information
#87BC8C (or 0x87BC8C) is known color: Dark Sea Green. HEX triplet: 87, BC and 8C. RGB value is (135,188,140). Sum of RGB (Red+Green+Blue) = 135+188+140=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #87BC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87BC8C is #784373. Grayscale: #A6A6A6. Windows color (decimal): -7881588 or 9223303. OLE color: 9223303.
HSL color Cylindrical-coordinate representation of color #87BC8C: hue angle of 125.66º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #87BC8C is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 188 | 140 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.26 |
| HSL | 125.66º | 0.28% | 0.63% | - |
| HSV(B) | 125.66º | 0.28% | 0.74% | - |
| XYZ | 32.71 | 43.01 | 31.39 | - |
| YUV | 166.68 | 112.94 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 188 | 140 | 0.28 | 0 | 0.26 | 0.26 | 125.66 | 0.28 | 0.63 |
| Hex | 87 | BC | 8C | 1C | 0 | 1A | 1A | 7E | 1C | 3F |
| Octal | 207 | 274 | 214 | 34 | 0 | 32 | 32 | 176 | 34 | 77 |
| Binary | 10000111 | 10111100 | 10001100 | 11100 | 0 | 11010 | 11010 | 1111110 | 11100 | 111111 |
Color Harmonies of #87BC8C
Complementary color
Monochromatic Colors of #87BC8C
Black with #87BC8C
Text Example
Text Example
White with #87BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BC8C; }
p { color: rgb(135,188,140); }
H1.HeaderClassName
{
color: #87BC8C;
}
.AnyTagClassName
{
color: #87BC8C;
}
</style>
background-color css
<style>
a { background-color: #87BC8C; }
a { background-color: rgb(135,188,140); }
div.DivClassName
{
background-color: #87BC8C;
}
.BgClassName
{
background-color: #87BC8C;
}
</style>
border-color css
<style>
span { border-color: #87BC8C; }
span { border-color: rgb(135,188,140); }
td.TdClassName
{
border-color: #87BC8C;
}
.TagClassName
{
border-color: #87BC8C;
}
</style>