Shades of Dark Sea Green #8FBA8F
Tints of Dark Sea Green #8FBA8F
RGB
CMYK
RGB Variations
Color information
#8FBA8F (or 0x8FBA8F) is known color: Dark Sea Green. HEX triplet: 8F, BA and 8F. RGB value is (143,186,143). Sum of RGB (Red+Green+Blue) = 143+186+143=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBA8F is #704570. Grayscale: #A8A8A8. Windows color (decimal): -7357809 or 9419407. OLE color: 9419407.
HSL color Cylindrical-coordinate representation of color #8FBA8F: hue angle of 120º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8FBA8F is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 186 | 143 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.27 |
| HSL | 120º | 0.24% | 0.65% | - |
| HSV(B) | 120º | 0.23% | 0.73% | - |
| XYZ | 33.84 | 42.94 | 32.49 | - |
| YUV | 168.24 | 113.75 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 143 | 0.23 | 0 | 0.23 | 0.27 | 120 | 0.24 | 0.65 |
| Hex | 8F | BA | 8F | 17 | 0 | 17 | 1B | 78 | 18 | 41 |
| Octal | 217 | 272 | 217 | 27 | 0 | 27 | 33 | 170 | 30 | 101 |
| Binary | 10001111 | 10111010 | 10001111 | 10111 | 0 | 10111 | 11011 | 1111000 | 11000 | 1000001 |
Color Harmonies of #8FBA8F
Complementary color
Monochromatic Colors of #8FBA8F
Black with #8FBA8F
Text Example
Text Example
White with #8FBA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBA8F; }
p { color: rgb(143,186,143); }
H1.HeaderClassName
{
color: #8FBA8F;
}
.AnyTagClassName
{
color: #8FBA8F;
}
</style>
background-color css
<style>
a { background-color: #8FBA8F; }
a { background-color: rgb(143,186,143); }
div.DivClassName
{
background-color: #8FBA8F;
}
.BgClassName
{
background-color: #8FBA8F;
}
</style>
border-color css
<style>
span { border-color: #8FBA8F; }
span { border-color: rgb(143,186,143); }
td.TdClassName
{
border-color: #8FBA8F;
}
.TagClassName
{
border-color: #8FBA8F;
}
</style>