Shades of Dark Sea Green #8FBC8C
Tints of Dark Sea Green #8FBC8C
RGB
CMYK
RGB Variations
Color information
#8FBC8C (or 0x8FBC8C) is known color: Dark Sea Green. HEX triplet: 8F, BC and 8C. RGB value is (143,188,140). Sum of RGB (Red+Green+Blue) = 143+188+140=471 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.36% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBC8C is #704373. Grayscale: #A9A9A9. Windows color (decimal): -7357300 or 9223311. OLE color: 9223311.
HSL color Cylindrical-coordinate representation of color #8FBC8C: hue angle of 116.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FBC8C is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 140 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.26 |
| HSL | 116.25º | 0.26% | 0.64% | - |
| HSV(B) | 116.25º | 0.26% | 0.74% | - |
| XYZ | 34.04 | 43.7 | 31.45 | - |
| YUV | 169.07 | 111.59 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 140 | 0.24 | 0 | 0.26 | 0.26 | 116.25 | 0.26 | 0.64 |
| Hex | 8F | BC | 8C | 18 | 0 | 1A | 1A | 74 | 1A | 40 |
| Octal | 217 | 274 | 214 | 30 | 0 | 32 | 32 | 164 | 32 | 100 |
| Binary | 10001111 | 10111100 | 10001100 | 11000 | 0 | 11010 | 11010 | 1110100 | 11010 | 1000000 |
Color Harmonies of #8FBC8C
Complementary color
Monochromatic Colors of #8FBC8C
Black with #8FBC8C
Text Example
Text Example
White with #8FBC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC8C; }
p { color: rgb(143,188,140); }
H1.HeaderClassName
{
color: #8FBC8C;
}
.AnyTagClassName
{
color: #8FBC8C;
}
</style>
background-color css
<style>
a { background-color: #8FBC8C; }
a { background-color: rgb(143,188,140); }
div.DivClassName
{
background-color: #8FBC8C;
}
.BgClassName
{
background-color: #8FBC8C;
}
</style>
border-color css
<style>
span { border-color: #8FBC8C; }
span { border-color: rgb(143,188,140); }
td.TdClassName
{
border-color: #8FBC8C;
}
.TagClassName
{
border-color: #8FBC8C;
}
</style>