Shades of Medium Sea Green #40C37F
Tints of Medium Sea Green #40C37F
RGB
CMYK
RGB Variations
Color information
#40C37F (or 0x40C37F) is known color: Medium Sea Green. HEX triplet: 40, C3 and 7F. RGB value is (64,195,127). Sum of RGB (Red+Green+Blue) = 64+195+127=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #40C37F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C37F is #BF3C80. Grayscale: #949494. Windows color (decimal): -12532865 or 8373056. OLE color: 8373056.
HSL color Cylindrical-coordinate representation of color #40C37F: hue angle of 148.85º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C37F is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 195 | 127 | - |
| CMYK | 0.67 | 0 | 0.35 | 0.24 |
| HSL | 148.86º | 0.52% | 0.51% | - |
| HSV(B) | 148.86º | 0.67% | 0.76% | - |
| XYZ | 25.46 | 41.65 | 26.78 | - |
| YUV | 148.08 | 116.1 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 195 | 127 | 0.67 | 0 | 0.35 | 0.24 | 148.86 | 0.52 | 0.51 |
| Hex | 40 | C3 | 7F | 43 | 0 | 23 | 18 | 95 | 34 | 33 |
| Octal | 100 | 303 | 177 | 103 | 0 | 43 | 30 | 225 | 64 | 63 |
| Binary | 1000000 | 11000011 | 1111111 | 1000011 | 0 | 100011 | 11000 | 10010101 | 110100 | 110011 |
Color Harmonies of #40C37F
Complementary color
Monochromatic Colors of #40C37F
Black with #40C37F
Text Example
Text Example
White with #40C37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C37F; }
p { color: rgb(64,195,127); }
H1.HeaderClassName
{
color: #40C37F;
}
.AnyTagClassName
{
color: #40C37F;
}
</style>
background-color css
<style>
a { background-color: #40C37F; }
a { background-color: rgb(64,195,127); }
div.DivClassName
{
background-color: #40C37F;
}
.BgClassName
{
background-color: #40C37F;
}
</style>
border-color css
<style>
span { border-color: #40C37F; }
span { border-color: rgb(64,195,127); }
td.TdClassName
{
border-color: #40C37F;
}
.TagClassName
{
border-color: #40C37F;
}
</style>