Shades of Dark Sea Green #8FBF87
Tints of Dark Sea Green #8FBF87
RGB
CMYK
RGB Variations
Color information
#8FBF87 (or 0x8FBF87) is known color: Dark Sea Green. HEX triplet: 8F, BF and 87. RGB value is (143,191,135). Sum of RGB (Red+Green+Blue) = 143+191+135=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 135 (53.12% from 255 or 28.78% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #8FBF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBF87 is #704078. Grayscale: #AAAAAA. Windows color (decimal): -7356537 or 8896399. OLE color: 8896399.
HSL color Cylindrical-coordinate representation of color #8FBF87: hue angle of 111.43º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FBF87 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 191 | 135 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.25 |
| HSL | 111.43º | 0.3% | 0.64% | - |
| HSV(B) | 111.43º | 0.29% | 0.75% | - |
| XYZ | 34.33 | 44.85 | 29.77 | - |
| YUV | 170.26 | 108.1 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 191 | 135 | 0.25 | 0 | 0.29 | 0.25 | 111.43 | 0.3 | 0.64 |
| Hex | 8F | BF | 87 | 19 | 0 | 1D | 19 | 6F | 1E | 40 |
| Octal | 217 | 277 | 207 | 31 | 0 | 35 | 31 | 157 | 36 | 100 |
| Binary | 10001111 | 10111111 | 10000111 | 11001 | 0 | 11101 | 11001 | 1101111 | 11110 | 1000000 |
Color Harmonies of #8FBF87
Complementary color
Monochromatic Colors of #8FBF87
Black with #8FBF87
Text Example
Text Example
White with #8FBF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBF87; }
p { color: rgb(143,191,135); }
H1.HeaderClassName
{
color: #8FBF87;
}
.AnyTagClassName
{
color: #8FBF87;
}
</style>
background-color css
<style>
a { background-color: #8FBF87; }
a { background-color: rgb(143,191,135); }
div.DivClassName
{
background-color: #8FBF87;
}
.BgClassName
{
background-color: #8FBF87;
}
</style>
border-color css
<style>
span { border-color: #8FBF87; }
span { border-color: rgb(143,191,135); }
td.TdClassName
{
border-color: #8FBF87;
}
.TagClassName
{
border-color: #8FBF87;
}
</style>