Shades of Dark Sea Green #8FB38D
Tints of Dark Sea Green #8FB38D
RGB
CMYK
RGB Variations
Color information
#8FB38D (or 0x8FB38D) is known color: Dark Sea Green. HEX triplet: 8F, B3 and 8D. RGB value is (143,179,141). Sum of RGB (Red+Green+Blue) = 143+179+141=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 179 - color contains mainly: green. Hex color #8FB38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB38D is #704C72. Grayscale: #A4A4A4. Windows color (decimal): -7359603 or 9286543. OLE color: 9286543.
HSL color Cylindrical-coordinate representation of color #8FB38D: hue angle of 116.84º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8FB38D is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 179 | 141 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.30 |
| HSL | 116.84º | 0.2% | 0.63% | - |
| HSV(B) | 116.84º | 0.21% | 0.7% | - |
| XYZ | 32.26 | 40 | 31.22 | - |
| YUV | 163.9 | 115.07 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 179 | 141 | 0.20 | 0 | 0.21 | 0.30 | 116.84 | 0.2 | 0.63 |
| Hex | 8F | B3 | 8D | 14 | 0 | 15 | 1E | 75 | 14 | 3F |
| Octal | 217 | 263 | 215 | 24 | 0 | 25 | 36 | 165 | 24 | 77 |
| Binary | 10001111 | 10110011 | 10001101 | 10100 | 0 | 10101 | 11110 | 1110101 | 10100 | 111111 |
Color Harmonies of #8FB38D
Complementary color
Monochromatic Colors of #8FB38D
Black with #8FB38D
Text Example
Text Example
White with #8FB38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB38D; }
p { color: rgb(143,179,141); }
H1.HeaderClassName
{
color: #8FB38D;
}
.AnyTagClassName
{
color: #8FB38D;
}
</style>
background-color css
<style>
a { background-color: #8FB38D; }
a { background-color: rgb(143,179,141); }
div.DivClassName
{
background-color: #8FB38D;
}
.BgClassName
{
background-color: #8FB38D;
}
</style>
border-color css
<style>
span { border-color: #8FB38D; }
span { border-color: rgb(143,179,141); }
td.TdClassName
{
border-color: #8FB38D;
}
.TagClassName
{
border-color: #8FB38D;
}
</style>