Shades of Medium Sea Green #40BE80
Tints of Medium Sea Green #40BE80
RGB
CMYK
RGB Variations
Color information
#40BE80 (or 0x40BE80) is known color: Medium Sea Green. HEX triplet: 40, BE and 80. RGB value is (64,190,128). Sum of RGB (Red+Green+Blue) = 64+190+128=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 190 (74.61% from 255 or 49.74% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BE80 is #BF417F. Grayscale: #919191. Windows color (decimal): -12534144 or 8437312. OLE color: 8437312.
HSL color Cylindrical-coordinate representation of color #40BE80: hue angle of 150.48º 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 #40BE80 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 190 | 128 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.25 |
| HSL | 150.48º | 0.5% | 0.5% | - |
| HSV(B) | 150.48º | 0.66% | 0.75% | - |
| XYZ | 24.42 | 39.48 | 26.75 | - |
| YUV | 145.26 | 118.26 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 128 | 0.66 | 0 | 0.33 | 0.25 | 150.48 | 0.5 | 0.5 |
| Hex | 40 | BE | 80 | 42 | 0 | 21 | 19 | 96 | 32 | 32 |
| Octal | 100 | 276 | 200 | 102 | 0 | 41 | 31 | 226 | 62 | 62 |
| Binary | 1000000 | 10111110 | 10000000 | 1000010 | 0 | 100001 | 11001 | 10010110 | 110010 | 110010 |
Color Harmonies of #40BE80
Complementary color
Monochromatic Colors of #40BE80
Black with #40BE80
Text Example
Text Example
White with #40BE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BE80; }
p { color: rgb(64,190,128); }
H1.HeaderClassName
{
color: #40BE80;
}
.AnyTagClassName
{
color: #40BE80;
}
</style>
background-color css
<style>
a { background-color: #40BE80; }
a { background-color: rgb(64,190,128); }
div.DivClassName
{
background-color: #40BE80;
}
.BgClassName
{
background-color: #40BE80;
}
</style>
border-color css
<style>
span { border-color: #40BE80; }
span { border-color: rgb(64,190,128); }
td.TdClassName
{
border-color: #40BE80;
}
.TagClassName
{
border-color: #40BE80;
}
</style>