Shades of Dark Sea Green #8BC38E
Tints of Dark Sea Green #8BC38E
RGB
CMYK
RGB Variations
Color information
#8BC38E (or 0x8BC38E) is known color: Dark Sea Green. HEX triplet: 8B, C3 and 8E. RGB value is (139,195,142). Sum of RGB (Red+Green+Blue) = 139+195+142=476 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.20% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 142 (55.86% from 255 or 29.83% from 476); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC38E is #743C71. Grayscale: #ACACAC. Windows color (decimal): -7617650 or 9356171. OLE color: 9356171.
HSL color Cylindrical-coordinate representation of color #8BC38E: hue angle of 123.21º 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 #8BC38E is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 195 | 142 | - |
| CMYK | 0.29 | 0 | 0.27 | 0.24 |
| HSL | 123.21º | 0.32% | 0.65% | - |
| HSV(B) | 123.21º | 0.29% | 0.76% | - |
| XYZ | 35.05 | 46.47 | 32.71 | - |
| YUV | 172.21 | 110.95 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 195 | 142 | 0.29 | 0 | 0.27 | 0.24 | 123.21 | 0.32 | 0.65 |
| Hex | 8B | C3 | 8E | 1D | 0 | 1B | 18 | 7B | 20 | 41 |
| Octal | 213 | 303 | 216 | 35 | 0 | 33 | 30 | 173 | 40 | 101 |
| Binary | 10001011 | 11000011 | 10001110 | 11101 | 0 | 11011 | 11000 | 1111011 | 100000 | 1000001 |
Color Harmonies of #8BC38E
Complementary color
Monochromatic Colors of #8BC38E
Black with #8BC38E
Text Example
Text Example
White with #8BC38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC38E; }
p { color: rgb(139,195,142); }
H1.HeaderClassName
{
color: #8BC38E;
}
.AnyTagClassName
{
color: #8BC38E;
}
</style>
background-color css
<style>
a { background-color: #8BC38E; }
a { background-color: rgb(139,195,142); }
div.DivClassName
{
background-color: #8BC38E;
}
.BgClassName
{
background-color: #8BC38E;
}
</style>
border-color css
<style>
span { border-color: #8BC38E; }
span { border-color: rgb(139,195,142); }
td.TdClassName
{
border-color: #8BC38E;
}
.TagClassName
{
border-color: #8BC38E;
}
</style>