Shades of Medium Sea Green #40BC7C
Tints of Medium Sea Green #40BC7C
RGB
CMYK
RGB Variations
Color information
#40BC7C (or 0x40BC7C) is known color: Medium Sea Green. HEX triplet: 40, BC and 7C. RGB value is (64,188,124). Sum of RGB (Red+Green+Blue) = 64+188+124=376 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.02% from 376); Green value is 188 (73.83% from 255 or 50% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BC7C is #BF4383. Grayscale: #8F8F8F. Windows color (decimal): -12534660 or 8174656. OLE color: 8174656.
HSL color Cylindrical-coordinate representation of color #40BC7C: hue angle of 149.03º 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 #40BC7C is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 124 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.26 |
| HSL | 149.03º | 0.49% | 0.49% | - |
| HSV(B) | 149.03º | 0.66% | 0.74% | - |
| XYZ | 23.74 | 38.51 | 25.25 | - |
| YUV | 143.63 | 116.92 | 71.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 124 | 0.66 | 0 | 0.34 | 0.26 | 149.03 | 0.49 | 0.49 |
| Hex | 40 | BC | 7C | 42 | 0 | 22 | 1A | 95 | 31 | 31 |
| Octal | 100 | 274 | 174 | 102 | 0 | 42 | 32 | 225 | 61 | 61 |
| Binary | 1000000 | 10111100 | 1111100 | 1000010 | 0 | 100010 | 11010 | 10010101 | 110001 | 110001 |
Color Harmonies of #40BC7C
Complementary color
Monochromatic Colors of #40BC7C
Black with #40BC7C
Text Example
Text Example
White with #40BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC7C; }
p { color: rgb(64,188,124); }
H1.HeaderClassName
{
color: #40BC7C;
}
.AnyTagClassName
{
color: #40BC7C;
}
</style>
background-color css
<style>
a { background-color: #40BC7C; }
a { background-color: rgb(64,188,124); }
div.DivClassName
{
background-color: #40BC7C;
}
.BgClassName
{
background-color: #40BC7C;
}
</style>
border-color css
<style>
span { border-color: #40BC7C; }
span { border-color: rgb(64,188,124); }
td.TdClassName
{
border-color: #40BC7C;
}
.TagClassName
{
border-color: #40BC7C;
}
</style>