Shades of Dark Sea Green #8BC38B
Tints of Dark Sea Green #8BC38B
RGB
CMYK
RGB Variations
Color information
#8BC38B (or 0x8BC38B) is known color: Dark Sea Green. HEX triplet: 8B, C3 and 8B. RGB value is (139,195,139). Sum of RGB (Red+Green+Blue) = 139+195+139=473 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.39% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC38B is #743C74. Grayscale: #ACACAC. Windows color (decimal): -7617653 or 9159563. OLE color: 9159563.
HSL color Cylindrical-coordinate representation of color #8BC38B: hue angle of 120º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BC38B is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 195 | 139 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.24 |
| HSL | 120º | 0.32% | 0.65% | - |
| HSV(B) | 120º | 0.29% | 0.76% | - |
| XYZ | 34.82 | 46.38 | 31.54 | - |
| YUV | 171.87 | 109.45 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 195 | 139 | 0.29 | 0 | 0.29 | 0.24 | 120 | 0.32 | 0.65 |
| Hex | 8B | C3 | 8B | 1D | 0 | 1D | 18 | 78 | 20 | 41 |
| Octal | 213 | 303 | 213 | 35 | 0 | 35 | 30 | 170 | 40 | 101 |
| Binary | 10001011 | 11000011 | 10001011 | 11101 | 0 | 11101 | 11000 | 1111000 | 100000 | 1000001 |
Color Harmonies of #8BC38B
Complementary color
Monochromatic Colors of #8BC38B
Black with #8BC38B
Text Example
Text Example
White with #8BC38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC38B; }
p { color: rgb(139,195,139); }
H1.HeaderClassName
{
color: #8BC38B;
}
.AnyTagClassName
{
color: #8BC38B;
}
</style>
background-color css
<style>
a { background-color: #8BC38B; }
a { background-color: rgb(139,195,139); }
div.DivClassName
{
background-color: #8BC38B;
}
.BgClassName
{
background-color: #8BC38B;
}
</style>
border-color css
<style>
span { border-color: #8BC38B; }
span { border-color: rgb(139,195,139); }
td.TdClassName
{
border-color: #8BC38B;
}
.TagClassName
{
border-color: #8BC38B;
}
</style>