Shades of Dark Sea Green #8BB88E
Tints of Dark Sea Green #8BB88E
RGB
CMYK
RGB Variations
Color information
#8BB88E (or 0x8BB88E) is known color: Dark Sea Green. HEX triplet: 8B, B8 and 8E. RGB value is (139,184,142). Sum of RGB (Red+Green+Blue) = 139+184+142=465 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.89% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 184 - color contains mainly: green. Hex color #8BB88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB88E is #744771. Grayscale: #A5A5A5. Windows color (decimal): -7620466 or 9353355. OLE color: 9353355.
HSL color Cylindrical-coordinate representation of color #8BB88E: hue angle of 124º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8BB88E is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 139 | 184 | 142 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.28 |
| HSL | 124º | 0.24% | 0.63% | - |
| HSV(B) | 124º | 0.24% | 0.72% | - |
| XYZ | 32.67 | 41.72 | 31.92 | - |
| YUV | 165.76 | 114.59 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 184 | 142 | 0.24 | 0 | 0.23 | 0.28 | 124 | 0.24 | 0.63 |
| Hex | 8B | B8 | 8E | 18 | 0 | 17 | 1C | 7C | 18 | 3F |
| Octal | 213 | 270 | 216 | 30 | 0 | 27 | 34 | 174 | 30 | 77 |
| Binary | 10001011 | 10111000 | 10001110 | 11000 | 0 | 10111 | 11100 | 1111100 | 11000 | 111111 |
Color Harmonies of #8BB88E
Complementary color
Monochromatic Colors of #8BB88E
Black with #8BB88E
Text Example
Text Example
White with #8BB88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB88E; }
p { color: rgb(139,184,142); }
H1.HeaderClassName
{
color: #8BB88E;
}
.AnyTagClassName
{
color: #8BB88E;
}
</style>
background-color css
<style>
a { background-color: #8BB88E; }
a { background-color: rgb(139,184,142); }
div.DivClassName
{
background-color: #8BB88E;
}
.BgClassName
{
background-color: #8BB88E;
}
</style>
border-color css
<style>
span { border-color: #8BB88E; }
span { border-color: rgb(139,184,142); }
td.TdClassName
{
border-color: #8BB88E;
}
.TagClassName
{
border-color: #8BB88E;
}
</style>