Shades of Dark Sea Green #8FBC8E
Tints of Dark Sea Green #8FBC8E
RGB
CMYK
RGB Variations
Color information
#8FBC8E (or 0x8FBC8E) is known color: Dark Sea Green. HEX triplet: 8F, BC and 8E. RGB value is (143,188,142). Sum of RGB (Red+Green+Blue) = 143+188+142=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBC8E is #704371. Grayscale: #A9A9A9. Windows color (decimal): -7357298 or 9354383. OLE color: 9354383.
HSL color Cylindrical-coordinate representation of color #8FBC8E: hue angle of 118.7º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FBC8E is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 142 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.26 |
| HSL | 118.7º | 0.26% | 0.65% | - |
| HSV(B) | 118.7º | 0.24% | 0.74% | - |
| XYZ | 34.19 | 43.76 | 32.24 | - |
| YUV | 169.3 | 112.59 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 142 | 0.24 | 0 | 0.24 | 0.26 | 118.7 | 0.26 | 0.65 |
| Hex | 8F | BC | 8E | 18 | 0 | 18 | 1A | 77 | 1A | 41 |
| Octal | 217 | 274 | 216 | 30 | 0 | 30 | 32 | 167 | 32 | 101 |
| Binary | 10001111 | 10111100 | 10001110 | 11000 | 0 | 11000 | 11010 | 1110111 | 11010 | 1000001 |
Color Harmonies of #8FBC8E
Complementary color
Monochromatic Colors of #8FBC8E
Black with #8FBC8E
Text Example
Text Example
White with #8FBC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC8E; }
p { color: rgb(143,188,142); }
H1.HeaderClassName
{
color: #8FBC8E;
}
.AnyTagClassName
{
color: #8FBC8E;
}
</style>
background-color css
<style>
a { background-color: #8FBC8E; }
a { background-color: rgb(143,188,142); }
div.DivClassName
{
background-color: #8FBC8E;
}
.BgClassName
{
background-color: #8FBC8E;
}
</style>
border-color css
<style>
span { border-color: #8FBC8E; }
span { border-color: rgb(143,188,142); }
td.TdClassName
{
border-color: #8FBC8E;
}
.TagClassName
{
border-color: #8FBC8E;
}
</style>