Shades of Medium Sea Green #40C276
Tints of Medium Sea Green #40C276
RGB
CMYK
RGB Variations
Color information
#40C276 (or 0x40C276) is known color: Medium Sea Green. HEX triplet: 40, C2 and 76. RGB value is (64,194,118). Sum of RGB (Red+Green+Blue) = 64+194+118=376 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.02% from 376); Green value is 194 (76.17% from 255 or 51.60% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 194 - color contains mainly: green. Hex color #40C276 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C276 is #BF3D89. Grayscale: #929292. Windows color (decimal): -12533130 or 7782976. OLE color: 7782976.
HSL color Cylindrical-coordinate representation of color #40C276: hue angle of 144.92º 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 #40C276 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 194 | 118 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.24 |
| HSL | 144.92º | 0.52% | 0.51% | - |
| HSV(B) | 144.92º | 0.67% | 0.76% | - |
| XYZ | 24.68 | 40.98 | 23.75 | - |
| YUV | 146.47 | 111.93 | 69.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 194 | 118 | 0.67 | 0 | 0.39 | 0.24 | 144.92 | 0.52 | 0.51 |
| Hex | 40 | C2 | 76 | 43 | 0 | 27 | 18 | 91 | 34 | 33 |
| Octal | 100 | 302 | 166 | 103 | 0 | 47 | 30 | 221 | 64 | 63 |
| Binary | 1000000 | 11000010 | 1110110 | 1000011 | 0 | 100111 | 11000 | 10010001 | 110100 | 110011 |
Color Harmonies of #40C276
Complementary color
Monochromatic Colors of #40C276
Black with #40C276
Text Example
Text Example
White with #40C276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C276; }
p { color: rgb(64,194,118); }
H1.HeaderClassName
{
color: #40C276;
}
.AnyTagClassName
{
color: #40C276;
}
</style>
background-color css
<style>
a { background-color: #40C276; }
a { background-color: rgb(64,194,118); }
div.DivClassName
{
background-color: #40C276;
}
.BgClassName
{
background-color: #40C276;
}
</style>
border-color css
<style>
span { border-color: #40C276; }
span { border-color: rgb(64,194,118); }
td.TdClassName
{
border-color: #40C276;
}
.TagClassName
{
border-color: #40C276;
}
</style>