Shades of Dark Sea Green #8FBE85
Tints of Dark Sea Green #8FBE85
RGB
CMYK
RGB Variations
Color information
#8FBE85 (or 0x8FBE85) is known color: Dark Sea Green. HEX triplet: 8F, BE and 85. RGB value is (143,190,133). Sum of RGB (Red+Green+Blue) = 143+190+133=466 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.69% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #8FBE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBE85 is #70417A. Grayscale: #A9A9A9. Windows color (decimal): -7356795 or 8765071. OLE color: 8765071.
HSL color Cylindrical-coordinate representation of color #8FBE85: hue angle of 109.47º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FBE85 is Cyan = 0.25, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 190 | 133 | - |
| CMYK | 0.25 | 0 | 0.3 | 0.25 |
| HSL | 109.47º | 0.3% | 0.63% | - |
| HSV(B) | 109.47º | 0.3% | 0.75% | - |
| XYZ | 33.97 | 44.36 | 28.96 | - |
| YUV | 169.45 | 107.43 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 190 | 133 | 0.25 | 0 | 0.3 | 0.25 | 109.47 | 0.3 | 0.63 |
| Hex | 8F | BE | 85 | 19 | 0 | 1E | 19 | 6D | 1E | 3F |
| Octal | 217 | 276 | 205 | 31 | 0 | 36 | 31 | 155 | 36 | 77 |
| Binary | 10001111 | 10111110 | 10000101 | 11001 | 0 | 11110 | 11001 | 1101101 | 11110 | 111111 |
Color Harmonies of #8FBE85
Complementary color
Monochromatic Colors of #8FBE85
Black with #8FBE85
Text Example
Text Example
White with #8FBE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBE85; }
p { color: rgb(143,190,133); }
H1.HeaderClassName
{
color: #8FBE85;
}
.AnyTagClassName
{
color: #8FBE85;
}
</style>
background-color css
<style>
a { background-color: #8FBE85; }
a { background-color: rgb(143,190,133); }
div.DivClassName
{
background-color: #8FBE85;
}
.BgClassName
{
background-color: #8FBE85;
}
</style>
border-color css
<style>
span { border-color: #8FBE85; }
span { border-color: rgb(143,190,133); }
td.TdClassName
{
border-color: #8FBE85;
}
.TagClassName
{
border-color: #8FBE85;
}
</style>