Shades of Medium Sea Green #40BC7D
Tints of Medium Sea Green #40BC7D
RGB
CMYK
RGB Variations
Color information
#40BC7D (or 0x40BC7D) is known color: Medium Sea Green. HEX triplet: 40, BC and 7D. RGB value is (64,188,125). Sum of RGB (Red+Green+Blue) = 64+188+125=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 188 (73.83% from 255 or 49.87% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BC7D is #BF4382. Grayscale: #8F8F8F. Windows color (decimal): -12534659 or 8240192. OLE color: 8240192.
HSL color Cylindrical-coordinate representation of color #40BC7D: hue angle of 149.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 #40BC7D is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 125 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.26 |
| HSL | 149.52º | 0.49% | 0.49% | - |
| HSV(B) | 149.52º | 0.66% | 0.74% | - |
| XYZ | 23.8 | 38.54 | 25.59 | - |
| YUV | 143.74 | 117.42 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 125 | 0.66 | 0 | 0.34 | 0.26 | 149.52 | 0.49 | 0.49 |
| Hex | 40 | BC | 7D | 42 | 0 | 22 | 1A | 96 | 31 | 31 |
| Octal | 100 | 274 | 175 | 102 | 0 | 42 | 32 | 226 | 61 | 61 |
| Binary | 1000000 | 10111100 | 1111101 | 1000010 | 0 | 100010 | 11010 | 10010110 | 110001 | 110001 |
Color Harmonies of #40BC7D
Complementary color
Monochromatic Colors of #40BC7D
Black with #40BC7D
Text Example
Text Example
White with #40BC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC7D; }
p { color: rgb(64,188,125); }
H1.HeaderClassName
{
color: #40BC7D;
}
.AnyTagClassName
{
color: #40BC7D;
}
</style>
background-color css
<style>
a { background-color: #40BC7D; }
a { background-color: rgb(64,188,125); }
div.DivClassName
{
background-color: #40BC7D;
}
.BgClassName
{
background-color: #40BC7D;
}
</style>
border-color css
<style>
span { border-color: #40BC7D; }
span { border-color: rgb(64,188,125); }
td.TdClassName
{
border-color: #40BC7D;
}
.TagClassName
{
border-color: #40BC7D;
}
</style>