Shades of Medium Sea Green #40C26E
Tints of Medium Sea Green #40C26E
RGB
CMYK
RGB Variations
Color information
#40C26E (or 0x40C26E) is known color: Medium Sea Green. HEX triplet: 40, C2 and 6E. RGB value is (64,194,110). Sum of RGB (Red+Green+Blue) = 64+194+110=368 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.39% from 368); Green value is 194 (76.17% from 255 or 52.72% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 194 - color contains mainly: green. Hex color #40C26E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C26E is #BF3D91. Grayscale: #919191. Windows color (decimal): -12533138 or 7258688. OLE color: 7258688.
HSL color Cylindrical-coordinate representation of color #40C26E: hue angle of 141.23º 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 #40C26E is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 194 | 110 | - |
| CMYK | 0.67 | 0 | 0.43 | 0.24 |
| HSL | 141.23º | 0.52% | 0.51% | - |
| HSV(B) | 141.23º | 0.67% | 0.76% | - |
| XYZ | 24.22 | 40.8 | 21.35 | - |
| YUV | 145.55 | 107.93 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 194 | 110 | 0.67 | 0 | 0.43 | 0.24 | 141.23 | 0.52 | 0.51 |
| Hex | 40 | C2 | 6E | 43 | 0 | 2B | 18 | 8D | 34 | 33 |
| Octal | 100 | 302 | 156 | 103 | 0 | 53 | 30 | 215 | 64 | 63 |
| Binary | 1000000 | 11000010 | 1101110 | 1000011 | 0 | 101011 | 11000 | 10001101 | 110100 | 110011 |
Color Harmonies of #40C26E
Complementary color
Monochromatic Colors of #40C26E
Black with #40C26E
Text Example
Text Example
White with #40C26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C26E; }
p { color: rgb(64,194,110); }
H1.HeaderClassName
{
color: #40C26E;
}
.AnyTagClassName
{
color: #40C26E;
}
</style>
background-color css
<style>
a { background-color: #40C26E; }
a { background-color: rgb(64,194,110); }
div.DivClassName
{
background-color: #40C26E;
}
.BgClassName
{
background-color: #40C26E;
}
</style>
border-color css
<style>
span { border-color: #40C26E; }
span { border-color: rgb(64,194,110); }
td.TdClassName
{
border-color: #40C26E;
}
.TagClassName
{
border-color: #40C26E;
}
</style>