Shades of Medium Sea Green #40BA68
Tints of Medium Sea Green #40BA68
RGB
CMYK
RGB Variations
Color information
#40BA68 (or 0x40BA68) is known color: Medium Sea Green. HEX triplet: 40, BA and 68. RGB value is (64,186,104). Sum of RGB (Red+Green+Blue) = 64+186+104=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BA68 is #BF4597. Grayscale: #8C8C8C. Windows color (decimal): -12535192 or 6863424. OLE color: 6863424.
HSL color Cylindrical-coordinate representation of color #40BA68: hue angle of 139.67º 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 #40BA68 is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 186 | 104 | - |
| CMYK | 0.66 | 0 | 0.44 | 0.27 |
| HSL | 139.67º | 0.49% | 0.49% | - |
| HSV(B) | 139.67º | 0.66% | 0.73% | - |
| XYZ | 22.17 | 37.21 | 19.11 | - |
| YUV | 140.17 | 107.58 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 104 | 0.66 | 0 | 0.44 | 0.27 | 139.67 | 0.49 | 0.49 |
| Hex | 40 | BA | 68 | 42 | 0 | 2C | 1B | 8C | 31 | 31 |
| Octal | 100 | 272 | 150 | 102 | 0 | 54 | 33 | 214 | 61 | 61 |
| Binary | 1000000 | 10111010 | 1101000 | 1000010 | 0 | 101100 | 11011 | 10001100 | 110001 | 110001 |
Color Harmonies of #40BA68
Complementary color
Monochromatic Colors of #40BA68
Black with #40BA68
Text Example
Text Example
White with #40BA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BA68; }
p { color: rgb(64,186,104); }
H1.HeaderClassName
{
color: #40BA68;
}
.AnyTagClassName
{
color: #40BA68;
}
</style>
background-color css
<style>
a { background-color: #40BA68; }
a { background-color: rgb(64,186,104); }
div.DivClassName
{
background-color: #40BA68;
}
.BgClassName
{
background-color: #40BA68;
}
</style>
border-color css
<style>
span { border-color: #40BA68; }
span { border-color: rgb(64,186,104); }
td.TdClassName
{
border-color: #40BA68;
}
.TagClassName
{
border-color: #40BA68;
}
</style>