Shades of Medium Sea Green #40BC71
Tints of Medium Sea Green #40BC71
RGB
CMYK
RGB Variations
Color information
#40BC71 (or 0x40BC71) is known color: Medium Sea Green. HEX triplet: 40, BC and 71. RGB value is (64,188,113). Sum of RGB (Red+Green+Blue) = 64+188+113=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BC71 is #BF438E. Grayscale: #8E8E8E. Windows color (decimal): -12534671 or 7453760. OLE color: 7453760.
HSL color Cylindrical-coordinate representation of color #40BC71: hue angle of 143.71º 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 #40BC71 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 113 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.26 |
| HSL | 143.71º | 0.49% | 0.49% | - |
| HSV(B) | 143.71º | 0.66% | 0.74% | - |
| XYZ | 23.08 | 38.25 | 21.79 | - |
| YUV | 142.37 | 111.42 | 72.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 113 | 0.66 | 0 | 0.40 | 0.26 | 143.71 | 0.49 | 0.49 |
| Hex | 40 | BC | 71 | 42 | 0 | 28 | 1A | 90 | 31 | 31 |
| Octal | 100 | 274 | 161 | 102 | 0 | 50 | 32 | 220 | 61 | 61 |
| Binary | 1000000 | 10111100 | 1110001 | 1000010 | 0 | 101000 | 11010 | 10010000 | 110001 | 110001 |
Color Harmonies of #40BC71
Complementary color
Monochromatic Colors of #40BC71
Black with #40BC71
Text Example
Text Example
White with #40BC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC71; }
p { color: rgb(64,188,113); }
H1.HeaderClassName
{
color: #40BC71;
}
.AnyTagClassName
{
color: #40BC71;
}
</style>
background-color css
<style>
a { background-color: #40BC71; }
a { background-color: rgb(64,188,113); }
div.DivClassName
{
background-color: #40BC71;
}
.BgClassName
{
background-color: #40BC71;
}
</style>
border-color css
<style>
span { border-color: #40BC71; }
span { border-color: rgb(64,188,113); }
td.TdClassName
{
border-color: #40BC71;
}
.TagClassName
{
border-color: #40BC71;
}
</style>