Shades of Dark Sea Green #8FBC8A
Tints of Dark Sea Green #8FBC8A
RGB
CMYK
RGB Variations
Color information
#8FBC8A (or 0x8FBC8A) is known color: Dark Sea Green. HEX triplet: 8F, BC and 8A. RGB value is (143,188,138). Sum of RGB (Red+Green+Blue) = 143+188+138=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBC8A is #704375. Grayscale: #A9A9A9. Windows color (decimal): -7357302 or 9092239. OLE color: 9092239.
HSL color Cylindrical-coordinate representation of color #8FBC8A: hue angle of 114º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FBC8A is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 138 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.26 |
| HSL | 114º | 0.27% | 0.64% | - |
| HSV(B) | 114º | 0.27% | 0.74% | - |
| XYZ | 33.9 | 43.64 | 30.68 | - |
| YUV | 168.85 | 110.59 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 138 | 0.24 | 0 | 0.27 | 0.26 | 114 | 0.27 | 0.64 |
| Hex | 8F | BC | 8A | 18 | 0 | 1B | 1A | 72 | 1B | 40 |
| Octal | 217 | 274 | 212 | 30 | 0 | 33 | 32 | 162 | 33 | 100 |
| Binary | 10001111 | 10111100 | 10001010 | 11000 | 0 | 11011 | 11010 | 1110010 | 11011 | 1000000 |
Color Harmonies of #8FBC8A
Complementary color
Monochromatic Colors of #8FBC8A
Black with #8FBC8A
Text Example
Text Example
White with #8FBC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC8A; }
p { color: rgb(143,188,138); }
H1.HeaderClassName
{
color: #8FBC8A;
}
.AnyTagClassName
{
color: #8FBC8A;
}
</style>
background-color css
<style>
a { background-color: #8FBC8A; }
a { background-color: rgb(143,188,138); }
div.DivClassName
{
background-color: #8FBC8A;
}
.BgClassName
{
background-color: #8FBC8A;
}
</style>
border-color css
<style>
span { border-color: #8FBC8A; }
span { border-color: rgb(143,188,138); }
td.TdClassName
{
border-color: #8FBC8A;
}
.TagClassName
{
border-color: #8FBC8A;
}
</style>