Shades of Dark Sea Green #8BB38C
Tints of Dark Sea Green #8BB38C
RGB
CMYK
RGB Variations
Color information
#8BB38C (or 0x8BB38C) is known color: Dark Sea Green. HEX triplet: 8B, B3 and 8C. RGB value is (139,179,140). Sum of RGB (Red+Green+Blue) = 139+179+140=458 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.35% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 179 - color contains mainly: green. Hex color #8BB38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB38C is #744C73. Grayscale: #A2A2A2. Windows color (decimal): -7621748 or 9221003. OLE color: 9221003.
HSL color Cylindrical-coordinate representation of color #8BB38C: hue angle of 121.5º degrees, saturation: 0.21, 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 #8BB38C is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 139 | 179 | 140 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.30 |
| HSL | 121.5º | 0.21% | 0.62% | - |
| HSV(B) | 121.5º | 0.22% | 0.7% | - |
| XYZ | 31.5 | 39.62 | 30.8 | - |
| YUV | 162.59 | 115.25 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 179 | 140 | 0.22 | 0 | 0.22 | 0.30 | 121.5 | 0.21 | 0.62 |
| Hex | 8B | B3 | 8C | 16 | 0 | 16 | 1E | 7A | 15 | 3E |
| Octal | 213 | 263 | 214 | 26 | 0 | 26 | 36 | 172 | 25 | 76 |
| Binary | 10001011 | 10110011 | 10001100 | 10110 | 0 | 10110 | 11110 | 1111010 | 10101 | 111110 |
Color Harmonies of #8BB38C
Complementary color
Monochromatic Colors of #8BB38C
Black with #8BB38C
Text Example
Text Example
White with #8BB38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB38C; }
p { color: rgb(139,179,140); }
H1.HeaderClassName
{
color: #8BB38C;
}
.AnyTagClassName
{
color: #8BB38C;
}
</style>
background-color css
<style>
a { background-color: #8BB38C; }
a { background-color: rgb(139,179,140); }
div.DivClassName
{
background-color: #8BB38C;
}
.BgClassName
{
background-color: #8BB38C;
}
</style>
border-color css
<style>
span { border-color: #8BB38C; }
span { border-color: rgb(139,179,140); }
td.TdClassName
{
border-color: #8BB38C;
}
.TagClassName
{
border-color: #8BB38C;
}
</style>