Shades of Medium Sea Green #40BC6F
Tints of Medium Sea Green #40BC6F
RGB
CMYK
RGB Variations
Color information
#40BC6F (or 0x40BC6F) is known color: Medium Sea Green. HEX triplet: 40, BC and 6F. RGB value is (64,188,111). Sum of RGB (Red+Green+Blue) = 64+188+111=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BC6F is #BF4390. Grayscale: #8E8E8E. Windows color (decimal): -12534673 or 7322688. OLE color: 7322688.
HSL color Cylindrical-coordinate representation of color #40BC6F: hue angle of 142.74º 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 #40BC6F is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 111 | - |
| CMYK | 0.66 | 0 | 0.41 | 0.26 |
| HSL | 142.74º | 0.49% | 0.49% | - |
| HSV(B) | 142.74º | 0.66% | 0.74% | - |
| XYZ | 22.97 | 38.2 | 21.2 | - |
| YUV | 142.15 | 110.42 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 111 | 0.66 | 0 | 0.41 | 0.26 | 142.74 | 0.49 | 0.49 |
| Hex | 40 | BC | 6F | 42 | 0 | 29 | 1A | 8F | 31 | 31 |
| Octal | 100 | 274 | 157 | 102 | 0 | 51 | 32 | 217 | 61 | 61 |
| Binary | 1000000 | 10111100 | 1101111 | 1000010 | 0 | 101001 | 11010 | 10001111 | 110001 | 110001 |
Color Harmonies of #40BC6F
Complementary color
Monochromatic Colors of #40BC6F
Black with #40BC6F
Text Example
Text Example
White with #40BC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC6F; }
p { color: rgb(64,188,111); }
H1.HeaderClassName
{
color: #40BC6F;
}
.AnyTagClassName
{
color: #40BC6F;
}
</style>
background-color css
<style>
a { background-color: #40BC6F; }
a { background-color: rgb(64,188,111); }
div.DivClassName
{
background-color: #40BC6F;
}
.BgClassName
{
background-color: #40BC6F;
}
</style>
border-color css
<style>
span { border-color: #40BC6F; }
span { border-color: rgb(64,188,111); }
td.TdClassName
{
border-color: #40BC6F;
}
.TagClassName
{
border-color: #40BC6F;
}
</style>