Shades of Medium Sea Green #40C274
Tints of Medium Sea Green #40C274
RGB
CMYK
RGB Variations
Color information
#40C274 (or 0x40C274) is known color: Medium Sea Green. HEX triplet: 40, C2 and 74. RGB value is (64,194,116). Sum of RGB (Red+Green+Blue) = 64+194+116=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 194 (76.17% from 255 or 51.87% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 194 - color contains mainly: green. Hex color #40C274 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C274 is #BF3D8B. Grayscale: #929292. Windows color (decimal): -12533132 or 7651904. OLE color: 7651904.
HSL color Cylindrical-coordinate representation of color #40C274: hue angle of 144º 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 #40C274 is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 194 | 116 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.24 |
| HSL | 144º | 0.52% | 0.51% | - |
| HSV(B) | 144º | 0.67% | 0.76% | - |
| XYZ | 24.56 | 40.93 | 23.13 | - |
| YUV | 146.24 | 110.93 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 194 | 116 | 0.67 | 0 | 0.40 | 0.24 | 144 | 0.52 | 0.51 |
| Hex | 40 | C2 | 74 | 43 | 0 | 28 | 18 | 90 | 34 | 33 |
| Octal | 100 | 302 | 164 | 103 | 0 | 50 | 30 | 220 | 64 | 63 |
| Binary | 1000000 | 11000010 | 1110100 | 1000011 | 0 | 101000 | 11000 | 10010000 | 110100 | 110011 |
Color Harmonies of #40C274
Complementary color
Monochromatic Colors of #40C274
Black with #40C274
Text Example
Text Example
White with #40C274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C274; }
p { color: rgb(64,194,116); }
H1.HeaderClassName
{
color: #40C274;
}
.AnyTagClassName
{
color: #40C274;
}
</style>
background-color css
<style>
a { background-color: #40C274; }
a { background-color: rgb(64,194,116); }
div.DivClassName
{
background-color: #40C274;
}
.BgClassName
{
background-color: #40C274;
}
</style>
border-color css
<style>
span { border-color: #40C274; }
span { border-color: rgb(64,194,116); }
td.TdClassName
{
border-color: #40C274;
}
.TagClassName
{
border-color: #40C274;
}
</style>