Shades of Dark Sea Green #87BB8C
Tints of Dark Sea Green #87BB8C
RGB
CMYK
RGB Variations
Color information
#87BB8C (or 0x87BB8C) is known color: Dark Sea Green. HEX triplet: 87, BB and 8C. RGB value is (135,187,140). Sum of RGB (Red+Green+Blue) = 135+187+140=462 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.22% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 187 - color contains mainly: green. Hex color #87BB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #87BB8C is #784473. Grayscale: #A6A6A6. Windows color (decimal): -7881844 or 9223047. OLE color: 9223047.
HSL color Cylindrical-coordinate representation of color #87BB8C: hue angle of 125.77º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #87BB8C is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 135 | 187 | 140 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.27 |
| HSL | 125.77º | 0.28% | 0.63% | - |
| HSV(B) | 125.77º | 0.28% | 0.73% | - |
| XYZ | 32.5 | 42.59 | 31.32 | - |
| YUV | 166.09 | 113.27 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 187 | 140 | 0.28 | 0 | 0.25 | 0.27 | 125.77 | 0.28 | 0.63 |
| Hex | 87 | BB | 8C | 1C | 0 | 19 | 1B | 7E | 1C | 3F |
| Octal | 207 | 273 | 214 | 34 | 0 | 31 | 33 | 176 | 34 | 77 |
| Binary | 10000111 | 10111011 | 10001100 | 11100 | 0 | 11001 | 11011 | 1111110 | 11100 | 111111 |
Color Harmonies of #87BB8C
Complementary color
Monochromatic Colors of #87BB8C
Black with #87BB8C
Text Example
Text Example
White with #87BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BB8C; }
p { color: rgb(135,187,140); }
H1.HeaderClassName
{
color: #87BB8C;
}
.AnyTagClassName
{
color: #87BB8C;
}
</style>
background-color css
<style>
a { background-color: #87BB8C; }
a { background-color: rgb(135,187,140); }
div.DivClassName
{
background-color: #87BB8C;
}
.BgClassName
{
background-color: #87BB8C;
}
</style>
border-color css
<style>
span { border-color: #87BB8C; }
span { border-color: rgb(135,187,140); }
td.TdClassName
{
border-color: #87BB8C;
}
.TagClassName
{
border-color: #87BB8C;
}
</style>