Shades of Medium Sea Green #40C07F
Tints of Medium Sea Green #40C07F
RGB
CMYK
RGB Variations
Color information
#40C07F (or 0x40C07F) is known color: Medium Sea Green. HEX triplet: 40, C0 and 7F. RGB value is (64,192,127). Sum of RGB (Red+Green+Blue) = 64+192+127=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #40C07F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C07F is #BF3F80. Grayscale: #929292. Windows color (decimal): -12533633 or 8372288. OLE color: 8372288.
HSL color Cylindrical-coordinate representation of color #40C07F: hue angle of 149.53º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C07F is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 192 | 127 | - |
| CMYK | 0.67 | 0 | 0.34 | 0.25 |
| HSL | 149.53º | 0.5% | 0.5% | - |
| HSV(B) | 149.53º | 0.67% | 0.75% | - |
| XYZ | 24.79 | 40.32 | 26.55 | - |
| YUV | 146.32 | 117.09 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 192 | 127 | 0.67 | 0 | 0.34 | 0.25 | 149.53 | 0.5 | 0.5 |
| Hex | 40 | C0 | 7F | 43 | 0 | 22 | 19 | 96 | 32 | 32 |
| Octal | 100 | 300 | 177 | 103 | 0 | 42 | 31 | 226 | 62 | 62 |
| Binary | 1000000 | 11000000 | 1111111 | 1000011 | 0 | 100010 | 11001 | 10010110 | 110010 | 110010 |
Color Harmonies of #40C07F
Complementary color
Monochromatic Colors of #40C07F
Black with #40C07F
Text Example
Text Example
White with #40C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C07F; }
p { color: rgb(64,192,127); }
H1.HeaderClassName
{
color: #40C07F;
}
.AnyTagClassName
{
color: #40C07F;
}
</style>
background-color css
<style>
a { background-color: #40C07F; }
a { background-color: rgb(64,192,127); }
div.DivClassName
{
background-color: #40C07F;
}
.BgClassName
{
background-color: #40C07F;
}
</style>
border-color css
<style>
span { border-color: #40C07F; }
span { border-color: rgb(64,192,127); }
td.TdClassName
{
border-color: #40C07F;
}
.TagClassName
{
border-color: #40C07F;
}
</style>