Shades of Dark Sea Green #8BBF8D
Tints of Dark Sea Green #8BBF8D
RGB
CMYK
RGB Variations
Color information
#8BBF8D (or 0x8BBF8D) is known color: Dark Sea Green. HEX triplet: 8B, BF and 8D. RGB value is (139,191,141). Sum of RGB (Red+Green+Blue) = 139+191+141=471 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.51% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 191 - color contains mainly: green. Hex color #8BBF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBF8D is #744072. Grayscale: #A9A9A9. Windows color (decimal): -7618675 or 9289611. OLE color: 9289611.
HSL color Cylindrical-coordinate representation of color #8BBF8D: hue angle of 122.31º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8BBF8D is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 191 | 141 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.25 |
| HSL | 122.31º | 0.29% | 0.65% | - |
| HSV(B) | 122.31º | 0.27% | 0.75% | - |
| XYZ | 34.09 | 44.67 | 32.03 | - |
| YUV | 169.75 | 111.77 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 191 | 141 | 0.27 | 0 | 0.26 | 0.25 | 122.31 | 0.29 | 0.65 |
| Hex | 8B | BF | 8D | 1B | 0 | 1A | 19 | 7A | 1D | 41 |
| Octal | 213 | 277 | 215 | 33 | 0 | 32 | 31 | 172 | 35 | 101 |
| Binary | 10001011 | 10111111 | 10001101 | 11011 | 0 | 11010 | 11001 | 1111010 | 11101 | 1000001 |
Color Harmonies of #8BBF8D
Complementary color
Monochromatic Colors of #8BBF8D
Black with #8BBF8D
Text Example
Text Example
White with #8BBF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBF8D; }
p { color: rgb(139,191,141); }
H1.HeaderClassName
{
color: #8BBF8D;
}
.AnyTagClassName
{
color: #8BBF8D;
}
</style>
background-color css
<style>
a { background-color: #8BBF8D; }
a { background-color: rgb(139,191,141); }
div.DivClassName
{
background-color: #8BBF8D;
}
.BgClassName
{
background-color: #8BBF8D;
}
</style>
border-color css
<style>
span { border-color: #8BBF8D; }
span { border-color: rgb(139,191,141); }
td.TdClassName
{
border-color: #8BBF8D;
}
.TagClassName
{
border-color: #8BBF8D;
}
</style>