Shades of Medium Sea Green #40BC70
Tints of Medium Sea Green #40BC70
RGB
CMYK
RGB Variations
Color information
#40BC70 (or 0x40BC70) is known color: Medium Sea Green. HEX triplet: 40, BC and 70. RGB value is (64,188,112). Sum of RGB (Red+Green+Blue) = 64+188+112=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BC70 is #BF438F. Grayscale: #8E8E8E. Windows color (decimal): -12534672 or 7388224. OLE color: 7388224.
HSL color Cylindrical-coordinate representation of color #40BC70: hue angle of 143.23º 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 #40BC70 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 112 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.26 |
| HSL | 143.23º | 0.49% | 0.49% | - |
| HSV(B) | 143.23º | 0.66% | 0.74% | - |
| XYZ | 23.02 | 38.23 | 21.49 | - |
| YUV | 142.26 | 110.92 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 112 | 0.66 | 0 | 0.40 | 0.26 | 143.23 | 0.49 | 0.49 |
| Hex | 40 | BC | 70 | 42 | 0 | 28 | 1A | 8F | 31 | 31 |
| Octal | 100 | 274 | 160 | 102 | 0 | 50 | 32 | 217 | 61 | 61 |
| Binary | 1000000 | 10111100 | 1110000 | 1000010 | 0 | 101000 | 11010 | 10001111 | 110001 | 110001 |
Color Harmonies of #40BC70
Complementary color
Monochromatic Colors of #40BC70
Black with #40BC70
Text Example
Text Example
White with #40BC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC70; }
p { color: rgb(64,188,112); }
H1.HeaderClassName
{
color: #40BC70;
}
.AnyTagClassName
{
color: #40BC70;
}
</style>
background-color css
<style>
a { background-color: #40BC70; }
a { background-color: rgb(64,188,112); }
div.DivClassName
{
background-color: #40BC70;
}
.BgClassName
{
background-color: #40BC70;
}
</style>
border-color css
<style>
span { border-color: #40BC70; }
span { border-color: rgb(64,188,112); }
td.TdClassName
{
border-color: #40BC70;
}
.TagClassName
{
border-color: #40BC70;
}
</style>