Shades of Medium Sea Green #40BE81
Tints of Medium Sea Green #40BE81
RGB
CMYK
RGB Variations
Color information
#40BE81 (or 0x40BE81) is known color: Medium Sea Green. HEX triplet: 40, BE and 81. RGB value is (64,190,129). Sum of RGB (Red+Green+Blue) = 64+190+129=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 190 (74.61% from 255 or 49.61% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40BE81 is #BF417E. Grayscale: #919191. Windows color (decimal): -12534143 or 8502848. OLE color: 8502848.
HSL color Cylindrical-coordinate representation of color #40BE81: hue angle of 150.95º 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 #40BE81 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 190 | 129 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.25 |
| HSL | 150.95º | 0.5% | 0.5% | - |
| HSV(B) | 150.95º | 0.66% | 0.75% | - |
| XYZ | 24.49 | 39.5 | 27.1 | - |
| YUV | 145.37 | 118.76 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 129 | 0.66 | 0 | 0.32 | 0.25 | 150.95 | 0.5 | 0.5 |
| Hex | 40 | BE | 81 | 42 | 0 | 20 | 19 | 97 | 32 | 32 |
| Octal | 100 | 276 | 201 | 102 | 0 | 40 | 31 | 227 | 62 | 62 |
| Binary | 1000000 | 10111110 | 10000001 | 1000010 | 0 | 100000 | 11001 | 10010111 | 110010 | 110010 |
Color Harmonies of #40BE81
Complementary color
Monochromatic Colors of #40BE81
Black with #40BE81
Text Example
Text Example
White with #40BE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BE81; }
p { color: rgb(64,190,129); }
H1.HeaderClassName
{
color: #40BE81;
}
.AnyTagClassName
{
color: #40BE81;
}
</style>
background-color css
<style>
a { background-color: #40BE81; }
a { background-color: rgb(64,190,129); }
div.DivClassName
{
background-color: #40BE81;
}
.BgClassName
{
background-color: #40BE81;
}
</style>
border-color css
<style>
span { border-color: #40BE81; }
span { border-color: rgb(64,190,129); }
td.TdClassName
{
border-color: #40BE81;
}
.TagClassName
{
border-color: #40BE81;
}
</style>