Shades of Dark Sea Green #8FBD8D
Tints of Dark Sea Green #8FBD8D
RGB
CMYK
RGB Variations
Color information
#8FBD8D (or 0x8FBD8D) is known color: Dark Sea Green. HEX triplet: 8F, BD and 8D. RGB value is (143,189,141). Sum of RGB (Red+Green+Blue) = 143+189+141=473 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.23% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 189 - color contains mainly: green. Hex color #8FBD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBD8D is #704272. Grayscale: #A9A9A9. Windows color (decimal): -7357043 or 9289103. OLE color: 9289103.
HSL color Cylindrical-coordinate representation of color #8FBD8D: hue angle of 117.5º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8FBD8D is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 189 | 141 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.26 |
| HSL | 117.5º | 0.27% | 0.65% | - |
| HSV(B) | 117.5º | 0.25% | 0.74% | - |
| XYZ | 34.33 | 44.16 | 31.91 | - |
| YUV | 169.77 | 111.76 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 189 | 141 | 0.24 | 0 | 0.25 | 0.26 | 117.5 | 0.27 | 0.65 |
| Hex | 8F | BD | 8D | 18 | 0 | 19 | 1A | 76 | 1B | 41 |
| Octal | 217 | 275 | 215 | 30 | 0 | 31 | 32 | 166 | 33 | 101 |
| Binary | 10001111 | 10111101 | 10001101 | 11000 | 0 | 11001 | 11010 | 1110110 | 11011 | 1000001 |
Color Harmonies of #8FBD8D
Complementary color
Monochromatic Colors of #8FBD8D
Black with #8FBD8D
Text Example
Text Example
White with #8FBD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBD8D; }
p { color: rgb(143,189,141); }
H1.HeaderClassName
{
color: #8FBD8D;
}
.AnyTagClassName
{
color: #8FBD8D;
}
</style>
background-color css
<style>
a { background-color: #8FBD8D; }
a { background-color: rgb(143,189,141); }
div.DivClassName
{
background-color: #8FBD8D;
}
.BgClassName
{
background-color: #8FBD8D;
}
</style>
border-color css
<style>
span { border-color: #8FBD8D; }
span { border-color: rgb(143,189,141); }
td.TdClassName
{
border-color: #8FBD8D;
}
.TagClassName
{
border-color: #8FBD8D;
}
</style>