Shades of Dark Sea Green #8BB08B
Tints of Dark Sea Green #8BB08B
RGB
CMYK
RGB Variations
Color information
#8BB08B (or 0x8BB08B) is known color: Dark Sea Green. HEX triplet: 8B, B0 and 8B. RGB value is (139,176,139). Sum of RGB (Red+Green+Blue) = 139+176+139=454 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.62% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 176 - color contains mainly: green. Hex color #8BB08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BB08B is #744F74. Grayscale: #A0A0A0. Windows color (decimal): -7622517 or 9154699. OLE color: 9154699.
HSL color Cylindrical-coordinate representation of color #8BB08B: hue angle of 120º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8BB08B is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 139 | 176 | 139 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.31 |
| HSL | 120º | 0.19% | 0.62% | - |
| HSV(B) | 120º | 0.21% | 0.69% | - |
| XYZ | 30.83 | 38.4 | 30.21 | - |
| YUV | 160.72 | 115.74 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 176 | 139 | 0.21 | 0 | 0.21 | 0.31 | 120 | 0.19 | 0.62 |
| Hex | 8B | B0 | 8B | 15 | 0 | 15 | 1F | 78 | 13 | 3E |
| Octal | 213 | 260 | 213 | 25 | 0 | 25 | 37 | 170 | 23 | 76 |
| Binary | 10001011 | 10110000 | 10001011 | 10101 | 0 | 10101 | 11111 | 1111000 | 10011 | 111110 |
Color Harmonies of #8BB08B
Complementary color
Monochromatic Colors of #8BB08B
Black with #8BB08B
Text Example
Text Example
White with #8BB08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB08B; }
p { color: rgb(139,176,139); }
H1.HeaderClassName
{
color: #8BB08B;
}
.AnyTagClassName
{
color: #8BB08B;
}
</style>
background-color css
<style>
a { background-color: #8BB08B; }
a { background-color: rgb(139,176,139); }
div.DivClassName
{
background-color: #8BB08B;
}
.BgClassName
{
background-color: #8BB08B;
}
</style>
border-color css
<style>
span { border-color: #8BB08B; }
span { border-color: rgb(139,176,139); }
td.TdClassName
{
border-color: #8BB08B;
}
.TagClassName
{
border-color: #8BB08B;
}
</style>