Shades of Medium Sea Green #40BA80
Tints of Medium Sea Green #40BA80
RGB
CMYK
RGB Variations
Color information
#40BA80 (or 0x40BA80) is known color: Medium Sea Green. HEX triplet: 40, BA and 80. RGB value is (64,186,128). Sum of RGB (Red+Green+Blue) = 64+186+128=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BA80 is #BF457F. Grayscale: #8F8F8F. Windows color (decimal): -12535168 or 8436288. OLE color: 8436288.
HSL color Cylindrical-coordinate representation of color #40BA80: hue angle of 151.48º 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 #40BA80 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 186 | 128 | - |
| CMYK | 0.66 | 0 | 0.31 | 0.27 |
| HSL | 151.48º | 0.49% | 0.49% | - |
| HSV(B) | 151.48º | 0.66% | 0.73% | - |
| XYZ | 23.57 | 37.77 | 26.47 | - |
| YUV | 142.91 | 119.58 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 128 | 0.66 | 0 | 0.31 | 0.27 | 151.48 | 0.49 | 0.49 |
| Hex | 40 | BA | 80 | 42 | 0 | 1F | 1B | 97 | 31 | 31 |
| Octal | 100 | 272 | 200 | 102 | 0 | 37 | 33 | 227 | 61 | 61 |
| Binary | 1000000 | 10111010 | 10000000 | 1000010 | 0 | 11111 | 11011 | 10010111 | 110001 | 110001 |
Color Harmonies of #40BA80
Complementary color
Monochromatic Colors of #40BA80
Black with #40BA80
Text Example
Text Example
White with #40BA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BA80; }
p { color: rgb(64,186,128); }
H1.HeaderClassName
{
color: #40BA80;
}
.AnyTagClassName
{
color: #40BA80;
}
</style>
background-color css
<style>
a { background-color: #40BA80; }
a { background-color: rgb(64,186,128); }
div.DivClassName
{
background-color: #40BA80;
}
.BgClassName
{
background-color: #40BA80;
}
</style>
border-color css
<style>
span { border-color: #40BA80; }
span { border-color: rgb(64,186,128); }
td.TdClassName
{
border-color: #40BA80;
}
.TagClassName
{
border-color: #40BA80;
}
</style>