Shades of Dark Sea Green #8FBC88
Tints of Dark Sea Green #8FBC88
RGB
CMYK
RGB Variations
Color information
#8FBC88 (or 0x8FBC88) is known color: Dark Sea Green. HEX triplet: 8F, BC and 88. RGB value is (143,188,136). Sum of RGB (Red+Green+Blue) = 143+188+136=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBC88 is #704377. Grayscale: #A8A8A8. Windows color (decimal): -7357304 or 8961167. OLE color: 8961167.
HSL color Cylindrical-coordinate representation of color #8FBC88: hue angle of 111.92º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8FBC88 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 136 | - |
| CMYK | 0.24 | 0 | 0.28 | 0.26 |
| HSL | 111.92º | 0.28% | 0.64% | - |
| HSV(B) | 111.92º | 0.28% | 0.74% | - |
| XYZ | 33.75 | 43.58 | 29.93 | - |
| YUV | 168.62 | 109.59 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 136 | 0.24 | 0 | 0.28 | 0.26 | 111.92 | 0.28 | 0.64 |
| Hex | 8F | BC | 88 | 18 | 0 | 1C | 1A | 70 | 1C | 40 |
| Octal | 217 | 274 | 210 | 30 | 0 | 34 | 32 | 160 | 34 | 100 |
| Binary | 10001111 | 10111100 | 10001000 | 11000 | 0 | 11100 | 11010 | 1110000 | 11100 | 1000000 |
Color Harmonies of #8FBC88
Complementary color
Monochromatic Colors of #8FBC88
Black with #8FBC88
Text Example
Text Example
White with #8FBC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC88; }
p { color: rgb(143,188,136); }
H1.HeaderClassName
{
color: #8FBC88;
}
.AnyTagClassName
{
color: #8FBC88;
}
</style>
background-color css
<style>
a { background-color: #8FBC88; }
a { background-color: rgb(143,188,136); }
div.DivClassName
{
background-color: #8FBC88;
}
.BgClassName
{
background-color: #8FBC88;
}
</style>
border-color css
<style>
span { border-color: #8FBC88; }
span { border-color: rgb(143,188,136); }
td.TdClassName
{
border-color: #8FBC88;
}
.TagClassName
{
border-color: #8FBC88;
}
</style>