Shades of Dark Sea Green #8BB28E
Tints of Dark Sea Green #8BB28E
RGB
CMYK
RGB Variations
Color information
#8BB28E (or 0x8BB28E) is known color: Dark Sea Green. HEX triplet: 8B, B2 and 8E. RGB value is (139,178,142). Sum of RGB (Red+Green+Blue) = 139+178+142=459 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.28% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 178 - color contains mainly: green. Hex color #8BB28E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB28E is #744D71. Grayscale: #A2A2A2. Windows color (decimal): -7622002 or 9351819. OLE color: 9351819.
HSL color Cylindrical-coordinate representation of color #8BB28E: hue angle of 124.62º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8BB28E is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 178 | 142 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.30 |
| HSL | 124.62º | 0.2% | 0.62% | - |
| HSV(B) | 124.62º | 0.22% | 0.7% | - |
| XYZ | 31.45 | 39.28 | 31.52 | - |
| YUV | 162.24 | 116.58 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 178 | 142 | 0.22 | 0 | 0.20 | 0.30 | 124.62 | 0.2 | 0.62 |
| Hex | 8B | B2 | 8E | 16 | 0 | 14 | 1E | 7D | 14 | 3E |
| Octal | 213 | 262 | 216 | 26 | 0 | 24 | 36 | 175 | 24 | 76 |
| Binary | 10001011 | 10110010 | 10001110 | 10110 | 0 | 10100 | 11110 | 1111101 | 10100 | 111110 |
Color Harmonies of #8BB28E
Complementary color
Monochromatic Colors of #8BB28E
Black with #8BB28E
Text Example
Text Example
White with #8BB28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB28E; }
p { color: rgb(139,178,142); }
H1.HeaderClassName
{
color: #8BB28E;
}
.AnyTagClassName
{
color: #8BB28E;
}
</style>
background-color css
<style>
a { background-color: #8BB28E; }
a { background-color: rgb(139,178,142); }
div.DivClassName
{
background-color: #8BB28E;
}
.BgClassName
{
background-color: #8BB28E;
}
</style>
border-color css
<style>
span { border-color: #8BB28E; }
span { border-color: rgb(139,178,142); }
td.TdClassName
{
border-color: #8BB28E;
}
.TagClassName
{
border-color: #8BB28E;
}
</style>