Shades of Dark Sea Green #8BBF8E
Tints of Dark Sea Green #8BBF8E
RGB
CMYK
RGB Variations
Color information
#8BBF8E (or 0x8BBF8E) is known color: Dark Sea Green. HEX triplet: 8B, BF and 8E. RGB value is (139,191,142). Sum of RGB (Red+Green+Blue) = 139+191+142=472 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.45% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 191 - color contains mainly: green. Hex color #8BBF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBF8E is #744071. Grayscale: #AAAAAA. Windows color (decimal): -7618674 or 9355147. OLE color: 9355147.
HSL color Cylindrical-coordinate representation of color #8BBF8E: hue angle of 123.46º 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 #8BBF8E is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 191 | 142 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.25 |
| HSL | 123.46º | 0.29% | 0.65% | - |
| HSV(B) | 123.46º | 0.27% | 0.75% | - |
| XYZ | 34.16 | 44.7 | 32.42 | - |
| YUV | 169.87 | 112.27 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 191 | 142 | 0.27 | 0 | 0.26 | 0.25 | 123.46 | 0.29 | 0.65 |
| Hex | 8B | BF | 8E | 1B | 0 | 1A | 19 | 7B | 1D | 41 |
| Octal | 213 | 277 | 216 | 33 | 0 | 32 | 31 | 173 | 35 | 101 |
| Binary | 10001011 | 10111111 | 10001110 | 11011 | 0 | 11010 | 11001 | 1111011 | 11101 | 1000001 |
Color Harmonies of #8BBF8E
Complementary color
Monochromatic Colors of #8BBF8E
Black with #8BBF8E
Text Example
Text Example
White with #8BBF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBF8E; }
p { color: rgb(139,191,142); }
H1.HeaderClassName
{
color: #8BBF8E;
}
.AnyTagClassName
{
color: #8BBF8E;
}
</style>
background-color css
<style>
a { background-color: #8BBF8E; }
a { background-color: rgb(139,191,142); }
div.DivClassName
{
background-color: #8BBF8E;
}
.BgClassName
{
background-color: #8BBF8E;
}
</style>
border-color css
<style>
span { border-color: #8BBF8E; }
span { border-color: rgb(139,191,142); }
td.TdClassName
{
border-color: #8BBF8E;
}
.TagClassName
{
border-color: #8BBF8E;
}
</style>