Shades of Dark Sea Green #8FBC8B
Tints of Dark Sea Green #8FBC8B
RGB
CMYK
RGB Variations
Color information
#8FBC8B (or 0x8FBC8B) is known color: Dark Sea Green. HEX triplet: 8F, BC and 8B. RGB value is (143,188,139). Sum of RGB (Red+Green+Blue) = 143+188+139=470 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.43% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBC8B is #704374. Grayscale: #A9A9A9. Windows color (decimal): -7357301 or 9157775. OLE color: 9157775.
HSL color Cylindrical-coordinate representation of color #8FBC8B: hue angle of 115.1º degrees, saturation: 0.27, 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 #8FBC8B is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 188 | 139 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.26 |
| HSL | 115.1º | 0.27% | 0.64% | - |
| HSV(B) | 115.1º | 0.26% | 0.74% | - |
| XYZ | 33.97 | 43.67 | 31.06 | - |
| YUV | 168.96 | 111.09 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 188 | 139 | 0.24 | 0 | 0.26 | 0.26 | 115.1 | 0.27 | 0.64 |
| Hex | 8F | BC | 8B | 18 | 0 | 1A | 1A | 73 | 1B | 40 |
| Octal | 217 | 274 | 213 | 30 | 0 | 32 | 32 | 163 | 33 | 100 |
| Binary | 10001111 | 10111100 | 10001011 | 11000 | 0 | 11010 | 11010 | 1110011 | 11011 | 1000000 |
Color Harmonies of #8FBC8B
Complementary color
Monochromatic Colors of #8FBC8B
Black with #8FBC8B
Text Example
Text Example
White with #8FBC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBC8B; }
p { color: rgb(143,188,139); }
H1.HeaderClassName
{
color: #8FBC8B;
}
.AnyTagClassName
{
color: #8FBC8B;
}
</style>
background-color css
<style>
a { background-color: #8FBC8B; }
a { background-color: rgb(143,188,139); }
div.DivClassName
{
background-color: #8FBC8B;
}
.BgClassName
{
background-color: #8FBC8B;
}
</style>
border-color css
<style>
span { border-color: #8FBC8B; }
span { border-color: rgb(143,188,139); }
td.TdClassName
{
border-color: #8FBC8B;
}
.TagClassName
{
border-color: #8FBC8B;
}
</style>