Shades of Dark Sea Green #8FB986
Tints of Dark Sea Green #8FB986
RGB
CMYK
RGB Variations
Color information
#8FB986 (or 0x8FB986) is known color: Dark Sea Green. HEX triplet: 8F, B9 and 86. RGB value is (143,185,134). Sum of RGB (Red+Green+Blue) = 143+185+134=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 185 - color contains mainly: green. Hex color #8FB986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB986 is #704679. Grayscale: #A6A6A6. Windows color (decimal): -7358074 or 8829327. OLE color: 8829327.
HSL color Cylindrical-coordinate representation of color #8FB986: hue angle of 109.41º degrees, saturation: 0.27, 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 #8FB986 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 185 | 134 | - |
| CMYK | 0.23 | 0 | 0.28 | 0.27 |
| HSL | 109.41º | 0.27% | 0.63% | - |
| HSV(B) | 109.41º | 0.28% | 0.73% | - |
| XYZ | 32.98 | 42.26 | 28.97 | - |
| YUV | 166.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 185 | 134 | 0.23 | 0 | 0.28 | 0.27 | 109.41 | 0.27 | 0.63 |
| Hex | 8F | B9 | 86 | 17 | 0 | 1C | 1B | 6D | 1B | 3F |
| Octal | 217 | 271 | 206 | 27 | 0 | 34 | 33 | 155 | 33 | 77 |
| Binary | 10001111 | 10111001 | 10000110 | 10111 | 0 | 11100 | 11011 | 1101101 | 11011 | 111111 |
Color Harmonies of #8FB986
Complementary color
Monochromatic Colors of #8FB986
Black with #8FB986
Text Example
Text Example
White with #8FB986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB986; }
p { color: rgb(143,185,134); }
H1.HeaderClassName
{
color: #8FB986;
}
.AnyTagClassName
{
color: #8FB986;
}
</style>
background-color css
<style>
a { background-color: #8FB986; }
a { background-color: rgb(143,185,134); }
div.DivClassName
{
background-color: #8FB986;
}
.BgClassName
{
background-color: #8FB986;
}
</style>
border-color css
<style>
span { border-color: #8FB986; }
span { border-color: rgb(143,185,134); }
td.TdClassName
{
border-color: #8FB986;
}
.TagClassName
{
border-color: #8FB986;
}
</style>