Shades of Medium Sea Green #40BC5E
Tints of Medium Sea Green #40BC5E
RGB
CMYK
RGB Variations
Color information
#40BC5E (or 0x40BC5E) is known color: Medium Sea Green. HEX triplet: 40, BC and 5E. RGB value is (64,188,94). Sum of RGB (Red+Green+Blue) = 64+188+94=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 188 (73.83% from 255 or 54.34% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BC5E is #BF43A1. Grayscale: #8C8C8C. Windows color (decimal): -12534690 or 6208576. OLE color: 6208576.
HSL color Cylindrical-coordinate representation of color #40BC5E: hue angle of 134.52º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BC5E is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 94 | - |
| CMYK | 0.66 | 0 | 0.50 | 0.26 |
| HSL | 134.52º | 0.49% | 0.49% | - |
| HSV(B) | 134.52º | 0.66% | 0.74% | - |
| XYZ | 22.12 | 37.86 | 16.73 | - |
| YUV | 140.21 | 101.92 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 94 | 0.66 | 0 | 0.50 | 0.26 | 134.52 | 0.49 | 0.49 |
| Hex | 40 | BC | 5E | 42 | 0 | 32 | 1A | 87 | 31 | 31 |
| Octal | 100 | 274 | 136 | 102 | 0 | 62 | 32 | 207 | 61 | 61 |
| Binary | 1000000 | 10111100 | 1011110 | 1000010 | 0 | 110010 | 11010 | 10000111 | 110001 | 110001 |
Color Harmonies of #40BC5E
Complementary color
Monochromatic Colors of #40BC5E
Black with #40BC5E
Text Example
Text Example
White with #40BC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC5E; }
p { color: rgb(64,188,94); }
H1.HeaderClassName
{
color: #40BC5E;
}
.AnyTagClassName
{
color: #40BC5E;
}
</style>
background-color css
<style>
a { background-color: #40BC5E; }
a { background-color: rgb(64,188,94); }
div.DivClassName
{
background-color: #40BC5E;
}
.BgClassName
{
background-color: #40BC5E;
}
</style>
border-color css
<style>
span { border-color: #40BC5E; }
span { border-color: rgb(64,188,94); }
td.TdClassName
{
border-color: #40BC5E;
}
.TagClassName
{
border-color: #40BC5E;
}
</style>