Shades of Dark Sea Green #8BC48C
Tints of Dark Sea Green #8BC48C
RGB
CMYK
RGB Variations
Color information
#8BC48C (or 0x8BC48C) is known color: Dark Sea Green. HEX triplet: 8B, C4 and 8C. RGB value is (139,196,140). Sum of RGB (Red+Green+Blue) = 139+196+140=475 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.26% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC48C is #743B73. Grayscale: #ACACAC. Windows color (decimal): -7617396 or 9225355. OLE color: 9225355.
HSL color Cylindrical-coordinate representation of color #8BC48C: hue angle of 121.05º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BC48C is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 196 | 140 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.23 |
| HSL | 121.05º | 0.33% | 0.66% | - |
| HSV(B) | 121.05º | 0.29% | 0.77% | - |
| XYZ | 35.12 | 46.86 | 32.01 | - |
| YUV | 172.57 | 109.62 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 196 | 140 | 0.29 | 0 | 0.29 | 0.23 | 121.05 | 0.33 | 0.66 |
| Hex | 8B | C4 | 8C | 1D | 0 | 1D | 17 | 79 | 21 | 42 |
| Octal | 213 | 304 | 214 | 35 | 0 | 35 | 27 | 171 | 41 | 102 |
| Binary | 10001011 | 11000100 | 10001100 | 11101 | 0 | 11101 | 10111 | 1111001 | 100001 | 1000010 |
Color Harmonies of #8BC48C
Complementary color
Monochromatic Colors of #8BC48C
Black with #8BC48C
Text Example
Text Example
White with #8BC48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC48C; }
p { color: rgb(139,196,140); }
H1.HeaderClassName
{
color: #8BC48C;
}
.AnyTagClassName
{
color: #8BC48C;
}
</style>
background-color css
<style>
a { background-color: #8BC48C; }
a { background-color: rgb(139,196,140); }
div.DivClassName
{
background-color: #8BC48C;
}
.BgClassName
{
background-color: #8BC48C;
}
</style>
border-color css
<style>
span { border-color: #8BC48C; }
span { border-color: rgb(139,196,140); }
td.TdClassName
{
border-color: #8BC48C;
}
.TagClassName
{
border-color: #8BC48C;
}
</style>