Shades of Dark Sea Green #8FBA8C
Tints of Dark Sea Green #8FBA8C
RGB
CMYK
RGB Variations
Color information
#8FBA8C (or 0x8FBA8C) is known color: Dark Sea Green. HEX triplet: 8F, BA and 8C. RGB value is (143,186,140). Sum of RGB (Red+Green+Blue) = 143+186+140=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBA8C is #704573. Grayscale: #A8A8A8. Windows color (decimal): -7357812 or 9222799. OLE color: 9222799.
HSL color Cylindrical-coordinate representation of color #8FBA8C: hue angle of 116.09º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8FBA8C is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 186 | 140 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.27 |
| HSL | 116.09º | 0.25% | 0.64% | - |
| HSV(B) | 116.09º | 0.25% | 0.73% | - |
| XYZ | 33.62 | 42.85 | 31.31 | - |
| YUV | 167.9 | 112.25 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 140 | 0.23 | 0 | 0.25 | 0.27 | 116.09 | 0.25 | 0.64 |
| Hex | 8F | BA | 8C | 17 | 0 | 19 | 1B | 74 | 19 | 40 |
| Octal | 217 | 272 | 214 | 27 | 0 | 31 | 33 | 164 | 31 | 100 |
| Binary | 10001111 | 10111010 | 10001100 | 10111 | 0 | 11001 | 11011 | 1110100 | 11001 | 1000000 |
Color Harmonies of #8FBA8C
Complementary color
Monochromatic Colors of #8FBA8C
Black with #8FBA8C
Text Example
Text Example
White with #8FBA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBA8C; }
p { color: rgb(143,186,140); }
H1.HeaderClassName
{
color: #8FBA8C;
}
.AnyTagClassName
{
color: #8FBA8C;
}
</style>
background-color css
<style>
a { background-color: #8FBA8C; }
a { background-color: rgb(143,186,140); }
div.DivClassName
{
background-color: #8FBA8C;
}
.BgClassName
{
background-color: #8FBA8C;
}
</style>
border-color css
<style>
span { border-color: #8FBA8C; }
span { border-color: rgb(143,186,140); }
td.TdClassName
{
border-color: #8FBA8C;
}
.TagClassName
{
border-color: #8FBA8C;
}
</style>