Shades of Dark Sea Green #87BC91
Tints of Dark Sea Green #87BC91
RGB
CMYK
RGB Variations
Color information
#87BC91 (or 0x87BC91) is known color: Dark Sea Green. HEX triplet: 87, BC and 91. RGB value is (135,188,145). Sum of RGB (Red+Green+Blue) = 135+188+145=468 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.85% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #87BC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87BC91 is #78436E. Grayscale: #A7A7A7. Windows color (decimal): -7881583 or 9550983. OLE color: 9550983.
HSL color Cylindrical-coordinate representation of color #87BC91: hue angle of 131.32º 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 #87BC91 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 188 | 145 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.26 |
| HSL | 131.32º | 0.28% | 0.63% | - |
| HSV(B) | 131.32º | 0.28% | 0.74% | - |
| XYZ | 33.09 | 43.16 | 33.38 | - |
| YUV | 167.25 | 115.44 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 188 | 145 | 0.28 | 0 | 0.23 | 0.26 | 131.32 | 0.28 | 0.63 |
| Hex | 87 | BC | 91 | 1C | 0 | 17 | 1A | 83 | 1C | 3F |
| Octal | 207 | 274 | 221 | 34 | 0 | 27 | 32 | 203 | 34 | 77 |
| Binary | 10000111 | 10111100 | 10010001 | 11100 | 0 | 10111 | 11010 | 10000011 | 11100 | 111111 |
Color Harmonies of #87BC91
Complementary color
Monochromatic Colors of #87BC91
Black with #87BC91
Text Example
Text Example
White with #87BC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BC91; }
p { color: rgb(135,188,145); }
H1.HeaderClassName
{
color: #87BC91;
}
.AnyTagClassName
{
color: #87BC91;
}
</style>
background-color css
<style>
a { background-color: #87BC91; }
a { background-color: rgb(135,188,145); }
div.DivClassName
{
background-color: #87BC91;
}
.BgClassName
{
background-color: #87BC91;
}
</style>
border-color css
<style>
span { border-color: #87BC91; }
span { border-color: rgb(135,188,145); }
td.TdClassName
{
border-color: #87BC91;
}
.TagClassName
{
border-color: #87BC91;
}
</style>