Shades of Medium Sea Green #40BA75
Tints of Medium Sea Green #40BA75
RGB
CMYK
RGB Variations
Color information
#40BA75 (or 0x40BA75) is known color: Medium Sea Green. HEX triplet: 40, BA and 75. RGB value is (64,186,117). Sum of RGB (Red+Green+Blue) = 64+186+117=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 186 (73.05% from 255 or 50.68% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BA75 is #BF458A. Grayscale: #8D8D8D. Windows color (decimal): -12535179 or 7715392. OLE color: 7715392.
HSL color Cylindrical-coordinate representation of color #40BA75: hue angle of 146.07º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BA75 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 186 | 117 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.27 |
| HSL | 146.07º | 0.49% | 0.49% | - |
| HSV(B) | 146.07º | 0.66% | 0.73% | - |
| XYZ | 22.88 | 37.49 | 22.86 | - |
| YUV | 141.66 | 114.08 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 117 | 0.66 | 0 | 0.37 | 0.27 | 146.07 | 0.49 | 0.49 |
| Hex | 40 | BA | 75 | 42 | 0 | 25 | 1B | 92 | 31 | 31 |
| Octal | 100 | 272 | 165 | 102 | 0 | 45 | 33 | 222 | 61 | 61 |
| Binary | 1000000 | 10111010 | 1110101 | 1000010 | 0 | 100101 | 11011 | 10010010 | 110001 | 110001 |
Color Harmonies of #40BA75
Complementary color
Monochromatic Colors of #40BA75
Black with #40BA75
Text Example
Text Example
White with #40BA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BA75; }
p { color: rgb(64,186,117); }
H1.HeaderClassName
{
color: #40BA75;
}
.AnyTagClassName
{
color: #40BA75;
}
</style>
background-color css
<style>
a { background-color: #40BA75; }
a { background-color: rgb(64,186,117); }
div.DivClassName
{
background-color: #40BA75;
}
.BgClassName
{
background-color: #40BA75;
}
</style>
border-color css
<style>
span { border-color: #40BA75; }
span { border-color: rgb(64,186,117); }
td.TdClassName
{
border-color: #40BA75;
}
.TagClassName
{
border-color: #40BA75;
}
</style>