Shades of Dark Sea Green #8BC38F
Tints of Dark Sea Green #8BC38F
RGB
CMYK
RGB Variations
Color information
#8BC38F (or 0x8BC38F) is known color: Dark Sea Green. HEX triplet: 8B, C3 and 8F. RGB value is (139,195,143). Sum of RGB (Red+Green+Blue) = 139+195+143=477 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.14% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC38F is #743C70. Grayscale: #ACACAC. Windows color (decimal): -7617649 or 9421707. OLE color: 9421707.
HSL color Cylindrical-coordinate representation of color #8BC38F: hue angle of 124.29º 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 #8BC38F is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 195 | 143 | - |
| CMYK | 0.29 | 0 | 0.27 | 0.24 |
| HSL | 124.29º | 0.32% | 0.65% | - |
| HSV(B) | 124.29º | 0.29% | 0.76% | - |
| XYZ | 35.12 | 46.5 | 33.11 | - |
| YUV | 172.33 | 111.45 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 195 | 143 | 0.29 | 0 | 0.27 | 0.24 | 124.29 | 0.32 | 0.65 |
| Hex | 8B | C3 | 8F | 1D | 0 | 1B | 18 | 7C | 20 | 41 |
| Octal | 213 | 303 | 217 | 35 | 0 | 33 | 30 | 174 | 40 | 101 |
| Binary | 10001011 | 11000011 | 10001111 | 11101 | 0 | 11011 | 11000 | 1111100 | 100000 | 1000001 |
Color Harmonies of #8BC38F
Complementary color
Monochromatic Colors of #8BC38F
Black with #8BC38F
Text Example
Text Example
White with #8BC38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC38F; }
p { color: rgb(139,195,143); }
H1.HeaderClassName
{
color: #8BC38F;
}
.AnyTagClassName
{
color: #8BC38F;
}
</style>
background-color css
<style>
a { background-color: #8BC38F; }
a { background-color: rgb(139,195,143); }
div.DivClassName
{
background-color: #8BC38F;
}
.BgClassName
{
background-color: #8BC38F;
}
</style>
border-color css
<style>
span { border-color: #8BC38F; }
span { border-color: rgb(139,195,143); }
td.TdClassName
{
border-color: #8BC38F;
}
.TagClassName
{
border-color: #8BC38F;
}
</style>