Shades of Dark Sea Green #8FBA8D
Tints of Dark Sea Green #8FBA8D
RGB
CMYK
RGB Variations
Color information
#8FBA8D (or 0x8FBA8D) is known color: Dark Sea Green. HEX triplet: 8F, BA and 8D. RGB value is (143,186,141). Sum of RGB (Red+Green+Blue) = 143+186+141=470 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.43% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBA8D is #704572. Grayscale: #A8A8A8. Windows color (decimal): -7357811 or 9288335. OLE color: 9288335.
HSL color Cylindrical-coordinate representation of color #8FBA8D: hue angle of 117.33º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FBA8D is Cyan = 0.23, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 186 | 141 | - |
| CMYK | 0.23 | 0 | 0.24 | 0.27 |
| HSL | 117.33º | 0.25% | 0.64% | - |
| HSV(B) | 117.33º | 0.24% | 0.73% | - |
| XYZ | 33.69 | 42.88 | 31.7 | - |
| YUV | 168.01 | 112.75 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 141 | 0.23 | 0 | 0.24 | 0.27 | 117.33 | 0.25 | 0.64 |
| Hex | 8F | BA | 8D | 17 | 0 | 18 | 1B | 75 | 19 | 40 |
| Octal | 217 | 272 | 215 | 27 | 0 | 30 | 33 | 165 | 31 | 100 |
| Binary | 10001111 | 10111010 | 10001101 | 10111 | 0 | 11000 | 11011 | 1110101 | 11001 | 1000000 |
Color Harmonies of #8FBA8D
Complementary color
Monochromatic Colors of #8FBA8D
Black with #8FBA8D
Text Example
Text Example
White with #8FBA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBA8D; }
p { color: rgb(143,186,141); }
H1.HeaderClassName
{
color: #8FBA8D;
}
.AnyTagClassName
{
color: #8FBA8D;
}
</style>
background-color css
<style>
a { background-color: #8FBA8D; }
a { background-color: rgb(143,186,141); }
div.DivClassName
{
background-color: #8FBA8D;
}
.BgClassName
{
background-color: #8FBA8D;
}
</style>
border-color css
<style>
span { border-color: #8FBA8D; }
span { border-color: rgb(143,186,141); }
td.TdClassName
{
border-color: #8FBA8D;
}
.TagClassName
{
border-color: #8FBA8D;
}
</style>