Shades of Medium Sea Green #40BE73
Tints of Medium Sea Green #40BE73
RGB
CMYK
RGB Variations
Color information
#40BE73 (or 0x40BE73) is known color: Medium Sea Green. HEX triplet: 40, BE and 73. RGB value is (64,190,115). Sum of RGB (Red+Green+Blue) = 64+190+115=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 190 (74.61% from 255 or 51.49% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BE73 is #BF418C. Grayscale: #8F8F8F. Windows color (decimal): -12534157 or 7585344. OLE color: 7585344.
HSL color Cylindrical-coordinate representation of color #40BE73: hue angle of 144.29º 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 #40BE73 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 190 | 115 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.25 |
| HSL | 144.29º | 0.5% | 0.5% | - |
| HSV(B) | 144.29º | 0.66% | 0.75% | - |
| XYZ | 23.62 | 39.15 | 22.53 | - |
| YUV | 143.78 | 111.76 | 71.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 115 | 0.66 | 0 | 0.39 | 0.25 | 144.29 | 0.5 | 0.5 |
| Hex | 40 | BE | 73 | 42 | 0 | 27 | 19 | 90 | 32 | 32 |
| Octal | 100 | 276 | 163 | 102 | 0 | 47 | 31 | 220 | 62 | 62 |
| Binary | 1000000 | 10111110 | 1110011 | 1000010 | 0 | 100111 | 11001 | 10010000 | 110010 | 110010 |
Color Harmonies of #40BE73
Complementary color
Monochromatic Colors of #40BE73
Black with #40BE73
Text Example
Text Example
White with #40BE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BE73; }
p { color: rgb(64,190,115); }
H1.HeaderClassName
{
color: #40BE73;
}
.AnyTagClassName
{
color: #40BE73;
}
</style>
background-color css
<style>
a { background-color: #40BE73; }
a { background-color: rgb(64,190,115); }
div.DivClassName
{
background-color: #40BE73;
}
.BgClassName
{
background-color: #40BE73;
}
</style>
border-color css
<style>
span { border-color: #40BE73; }
span { border-color: rgb(64,190,115); }
td.TdClassName
{
border-color: #40BE73;
}
.TagClassName
{
border-color: #40BE73;
}
</style>