Shades of Dark Sea Green #8FBC80
Tints of Dark Sea Green #8FBC80
RGB
CMYK
RGB Variations
Color information
#8FBC80 (or 0x8FBC80) is known color: Dark Sea Green. HEX triplet: 8F, BC and 80. RGB value is (143,188,128). Sum of RGB (Red+Green+Blue) = 143+188+128=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBC80 is #70437F. Grayscale: #A7A7A7. Windows color (decimal): -7357312 or 8436879. OLE color: 8436879.
HSL color Cylindrical-coordinate representation of color #8FBC80: hue angle of 105º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FBC80 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 128 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.26 |
| HSL | 105º | 0.31% | 0.62% | - |
| HSV(B) | 105º | 0.32% | 0.74% | - |
| XYZ | 33.21 | 43.36 | 27.04 | - |
| YUV | 167.71 | 105.59 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 128 | 0.24 | 0 | 0.32 | 0.26 | 105 | 0.31 | 0.62 |
| Hex | 8F | BC | 80 | 18 | 0 | 20 | 1A | 69 | 1F | 3E |
| Octal | 217 | 274 | 200 | 30 | 0 | 40 | 32 | 151 | 37 | 76 |
| Binary | 10001111 | 10111100 | 10000000 | 11000 | 0 | 100000 | 11010 | 1101001 | 11111 | 111110 |
Color Harmonies of #8FBC80
Complementary color
Monochromatic Colors of #8FBC80
Black with #8FBC80
Text Example
Text Example
White with #8FBC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC80; }
p { color: rgb(143,188,128); }
H1.HeaderClassName
{
color: #8FBC80;
}
.AnyTagClassName
{
color: #8FBC80;
}
</style>
background-color css
<style>
a { background-color: #8FBC80; }
a { background-color: rgb(143,188,128); }
div.DivClassName
{
background-color: #8FBC80;
}
.BgClassName
{
background-color: #8FBC80;
}
</style>
border-color css
<style>
span { border-color: #8FBC80; }
span { border-color: rgb(143,188,128); }
td.TdClassName
{
border-color: #8FBC80;
}
.TagClassName
{
border-color: #8FBC80;
}
</style>