Shades of Medium Sea Green #40BA7F
Tints of Medium Sea Green #40BA7F
RGB
CMYK
RGB Variations
Color information
#40BA7F (or 0x40BA7F) is known color: Medium Sea Green. HEX triplet: 40, BA and 7F. RGB value is (64,186,127). Sum of RGB (Red+Green+Blue) = 64+186+127=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BA7F is #BF4580. Grayscale: #8E8E8E. Windows color (decimal): -12535169 or 8370752. OLE color: 8370752.
HSL color Cylindrical-coordinate representation of color #40BA7F: hue angle of 150.98º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BA7F is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 186 | 127 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.27 |
| HSL | 150.98º | 0.49% | 0.49% | - |
| HSV(B) | 150.98º | 0.66% | 0.73% | - |
| XYZ | 23.5 | 37.74 | 26.12 | - |
| YUV | 142.8 | 119.08 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 127 | 0.66 | 0 | 0.32 | 0.27 | 150.98 | 0.49 | 0.49 |
| Hex | 40 | BA | 7F | 42 | 0 | 20 | 1B | 97 | 31 | 31 |
| Octal | 100 | 272 | 177 | 102 | 0 | 40 | 33 | 227 | 61 | 61 |
| Binary | 1000000 | 10111010 | 1111111 | 1000010 | 0 | 100000 | 11011 | 10010111 | 110001 | 110001 |
Color Harmonies of #40BA7F
Complementary color
Monochromatic Colors of #40BA7F
Black with #40BA7F
Text Example
Text Example
White with #40BA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BA7F; }
p { color: rgb(64,186,127); }
H1.HeaderClassName
{
color: #40BA7F;
}
.AnyTagClassName
{
color: #40BA7F;
}
</style>
background-color css
<style>
a { background-color: #40BA7F; }
a { background-color: rgb(64,186,127); }
div.DivClassName
{
background-color: #40BA7F;
}
.BgClassName
{
background-color: #40BA7F;
}
</style>
border-color css
<style>
span { border-color: #40BA7F; }
span { border-color: rgb(64,186,127); }
td.TdClassName
{
border-color: #40BA7F;
}
.TagClassName
{
border-color: #40BA7F;
}
</style>