Shades of Dark Sea Green #8FB48B
Tints of Dark Sea Green #8FB48B
RGB
CMYK
RGB Variations
Color information
#8FB48B (or 0x8FB48B) is known color: Dark Sea Green. HEX triplet: 8F, B4 and 8B. RGB value is (143,180,139). Sum of RGB (Red+Green+Blue) = 143+180+139=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB48B is #704B74. Grayscale: #A4A4A4. Windows color (decimal): -7359349 or 9155727. OLE color: 9155727.
HSL color Cylindrical-coordinate representation of color #8FB48B: hue angle of 114.15º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8FB48B is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 180 | 139 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.29 |
| HSL | 114.15º | 0.21% | 0.63% | - |
| HSV(B) | 114.15º | 0.23% | 0.71% | - |
| XYZ | 32.31 | 40.35 | 30.51 | - |
| YUV | 164.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 180 | 139 | 0.21 | 0 | 0.23 | 0.29 | 114.15 | 0.21 | 0.63 |
| Hex | 8F | B4 | 8B | 15 | 0 | 17 | 1D | 72 | 15 | 3F |
| Octal | 217 | 264 | 213 | 25 | 0 | 27 | 35 | 162 | 25 | 77 |
| Binary | 10001111 | 10110100 | 10001011 | 10101 | 0 | 10111 | 11101 | 1110010 | 10101 | 111111 |
Color Harmonies of #8FB48B
Complementary color
Monochromatic Colors of #8FB48B
Black with #8FB48B
Text Example
Text Example
White with #8FB48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB48B; }
p { color: rgb(143,180,139); }
H1.HeaderClassName
{
color: #8FB48B;
}
.AnyTagClassName
{
color: #8FB48B;
}
</style>
background-color css
<style>
a { background-color: #8FB48B; }
a { background-color: rgb(143,180,139); }
div.DivClassName
{
background-color: #8FB48B;
}
.BgClassName
{
background-color: #8FB48B;
}
</style>
border-color css
<style>
span { border-color: #8FB48B; }
span { border-color: rgb(143,180,139); }
td.TdClassName
{
border-color: #8FB48B;
}
.TagClassName
{
border-color: #8FB48B;
}
</style>