Shades of Dark Sea Green #8FBC85
Tints of Dark Sea Green #8FBC85
RGB
CMYK
RGB Variations
Color information
#8FBC85 (or 0x8FBC85) is known color: Dark Sea Green. HEX triplet: 8F, BC and 85. RGB value is (143,188,133). Sum of RGB (Red+Green+Blue) = 143+188+133=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBC85 is #70437A. Grayscale: #A8A8A8. Windows color (decimal): -7357307 or 8764559. OLE color: 8764559.
HSL color Cylindrical-coordinate representation of color #8FBC85: hue angle of 109.09º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FBC85 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 133 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.26 |
| HSL | 109.09º | 0.29% | 0.63% | - |
| HSV(B) | 109.09º | 0.29% | 0.74% | - |
| XYZ | 33.54 | 43.5 | 28.82 | - |
| YUV | 168.28 | 108.09 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 133 | 0.24 | 0 | 0.29 | 0.26 | 109.09 | 0.29 | 0.63 |
| Hex | 8F | BC | 85 | 18 | 0 | 1D | 1A | 6D | 1D | 3F |
| Octal | 217 | 274 | 205 | 30 | 0 | 35 | 32 | 155 | 35 | 77 |
| Binary | 10001111 | 10111100 | 10000101 | 11000 | 0 | 11101 | 11010 | 1101101 | 11101 | 111111 |
Color Harmonies of #8FBC85
Complementary color
Monochromatic Colors of #8FBC85
Black with #8FBC85
Text Example
Text Example
White with #8FBC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC85; }
p { color: rgb(143,188,133); }
H1.HeaderClassName
{
color: #8FBC85;
}
.AnyTagClassName
{
color: #8FBC85;
}
</style>
background-color css
<style>
a { background-color: #8FBC85; }
a { background-color: rgb(143,188,133); }
div.DivClassName
{
background-color: #8FBC85;
}
.BgClassName
{
background-color: #8FBC85;
}
</style>
border-color css
<style>
span { border-color: #8FBC85; }
span { border-color: rgb(143,188,133); }
td.TdClassName
{
border-color: #8FBC85;
}
.TagClassName
{
border-color: #8FBC85;
}
</style>