Shades of Medium Sea Green #40C278
Tints of Medium Sea Green #40C278
RGB
CMYK
RGB Variations
Color information
#40C278 (or 0x40C278) is known color: Medium Sea Green. HEX triplet: 40, C2 and 78. RGB value is (64,194,120). Sum of RGB (Red+Green+Blue) = 64+194+120=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 194 (76.17% from 255 or 51.32% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 194 - color contains mainly: green. Hex color #40C278 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C278 is #BF3D87. Grayscale: #929292. Windows color (decimal): -12533128 or 7914048. OLE color: 7914048.
HSL color Cylindrical-coordinate representation of color #40C278: hue angle of 145.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 #40C278 is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 194 | 120 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.24 |
| HSL | 145.85º | 0.52% | 0.51% | - |
| HSV(B) | 145.85º | 0.67% | 0.76% | - |
| XYZ | 24.8 | 41.03 | 24.38 | - |
| YUV | 146.69 | 112.93 | 69.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 194 | 120 | 0.67 | 0 | 0.38 | 0.24 | 145.85 | 0.52 | 0.51 |
| Hex | 40 | C2 | 78 | 43 | 0 | 26 | 18 | 92 | 34 | 33 |
| Octal | 100 | 302 | 170 | 103 | 0 | 46 | 30 | 222 | 64 | 63 |
| Binary | 1000000 | 11000010 | 1111000 | 1000011 | 0 | 100110 | 11000 | 10010010 | 110100 | 110011 |
Color Harmonies of #40C278
Complementary color
Monochromatic Colors of #40C278
Black with #40C278
Text Example
Text Example
White with #40C278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C278; }
p { color: rgb(64,194,120); }
H1.HeaderClassName
{
color: #40C278;
}
.AnyTagClassName
{
color: #40C278;
}
</style>
background-color css
<style>
a { background-color: #40C278; }
a { background-color: rgb(64,194,120); }
div.DivClassName
{
background-color: #40C278;
}
.BgClassName
{
background-color: #40C278;
}
</style>
border-color css
<style>
span { border-color: #40C278; }
span { border-color: rgb(64,194,120); }
td.TdClassName
{
border-color: #40C278;
}
.TagClassName
{
border-color: #40C278;
}
</style>