Shades of Medium Sea Green #40BE74
Tints of Medium Sea Green #40BE74
RGB
CMYK
RGB Variations
Color information
#40BE74 (or 0x40BE74) is known color: Medium Sea Green. HEX triplet: 40, BE and 74. RGB value is (64,190,116). Sum of RGB (Red+Green+Blue) = 64+190+116=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 190 (74.61% from 255 or 51.35% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BE74 is #BF418B. Grayscale: #909090. Windows color (decimal): -12534156 or 7650880. OLE color: 7650880.
HSL color Cylindrical-coordinate representation of color #40BE74: hue angle of 144.76º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BE74 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 190 | 116 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.25 |
| HSL | 144.76º | 0.5% | 0.5% | - |
| HSV(B) | 144.76º | 0.66% | 0.75% | - |
| XYZ | 23.68 | 39.18 | 22.84 | - |
| YUV | 143.89 | 112.26 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 116 | 0.66 | 0 | 0.39 | 0.25 | 144.76 | 0.5 | 0.5 |
| Hex | 40 | BE | 74 | 42 | 0 | 27 | 19 | 91 | 32 | 32 |
| Octal | 100 | 276 | 164 | 102 | 0 | 47 | 31 | 221 | 62 | 62 |
| Binary | 1000000 | 10111110 | 1110100 | 1000010 | 0 | 100111 | 11001 | 10010001 | 110010 | 110010 |
Color Harmonies of #40BE74
Complementary color
Monochromatic Colors of #40BE74
Black with #40BE74
Text Example
Text Example
White with #40BE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BE74; }
p { color: rgb(64,190,116); }
H1.HeaderClassName
{
color: #40BE74;
}
.AnyTagClassName
{
color: #40BE74;
}
</style>
background-color css
<style>
a { background-color: #40BE74; }
a { background-color: rgb(64,190,116); }
div.DivClassName
{
background-color: #40BE74;
}
.BgClassName
{
background-color: #40BE74;
}
</style>
border-color css
<style>
span { border-color: #40BE74; }
span { border-color: rgb(64,190,116); }
td.TdClassName
{
border-color: #40BE74;
}
.TagClassName
{
border-color: #40BE74;
}
</style>