Shades of Dark Sea Green #8FB38E
Tints of Dark Sea Green #8FB38E
RGB
CMYK
RGB Variations
Color information
#8FB38E (or 0x8FB38E) is known color: Dark Sea Green. HEX triplet: 8F, B3 and 8E. RGB value is (143,179,142). Sum of RGB (Red+Green+Blue) = 143+179+142=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 179 - color contains mainly: green. Hex color #8FB38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB38E is #704C71. Grayscale: #A4A4A4. Windows color (decimal): -7359602 or 9352079. OLE color: 9352079.
HSL color Cylindrical-coordinate representation of color #8FB38E: hue angle of 118.38º 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 #8FB38E is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 179 | 142 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.30 |
| HSL | 118.38º | 0.2% | 0.63% | - |
| HSV(B) | 118.38º | 0.21% | 0.7% | - |
| XYZ | 32.33 | 40.03 | 31.61 | - |
| YUV | 164.02 | 115.57 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 179 | 142 | 0.20 | 0 | 0.21 | 0.30 | 118.38 | 0.2 | 0.63 |
| Hex | 8F | B3 | 8E | 14 | 0 | 15 | 1E | 76 | 14 | 3F |
| Octal | 217 | 263 | 216 | 24 | 0 | 25 | 36 | 166 | 24 | 77 |
| Binary | 10001111 | 10110011 | 10001110 | 10100 | 0 | 10101 | 11110 | 1110110 | 10100 | 111111 |
Color Harmonies of #8FB38E
Complementary color
Monochromatic Colors of #8FB38E
Black with #8FB38E
Text Example
Text Example
White with #8FB38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB38E; }
p { color: rgb(143,179,142); }
H1.HeaderClassName
{
color: #8FB38E;
}
.AnyTagClassName
{
color: #8FB38E;
}
</style>
background-color css
<style>
a { background-color: #8FB38E; }
a { background-color: rgb(143,179,142); }
div.DivClassName
{
background-color: #8FB38E;
}
.BgClassName
{
background-color: #8FB38E;
}
</style>
border-color css
<style>
span { border-color: #8FB38E; }
span { border-color: rgb(143,179,142); }
td.TdClassName
{
border-color: #8FB38E;
}
.TagClassName
{
border-color: #8FB38E;
}
</style>