Shades of Medium Sea Green #40BE66
Tints of Medium Sea Green #40BE66
RGB
CMYK
RGB Variations
Color information
#40BE66 (or 0x40BE66) is known color: Medium Sea Green. HEX triplet: 40, BE and 66. RGB value is (64,190,102). Sum of RGB (Red+Green+Blue) = 64+190+102=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 190 (74.61% from 255 or 53.37% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BE66 is #BF4199. Grayscale: #8E8E8E. Windows color (decimal): -12534170 or 6733376. OLE color: 6733376.
HSL color Cylindrical-coordinate representation of color #40BE66: hue angle of 138.1º 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 #40BE66 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 190 | 102 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.25 |
| HSL | 138.1º | 0.5% | 0.5% | - |
| HSV(B) | 138.1º | 0.66% | 0.75% | - |
| XYZ | 22.93 | 38.88 | 18.87 | - |
| YUV | 142.29 | 105.26 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 102 | 0.66 | 0 | 0.46 | 0.25 | 138.1 | 0.5 | 0.5 |
| Hex | 40 | BE | 66 | 42 | 0 | 2E | 19 | 8A | 32 | 32 |
| Octal | 100 | 276 | 146 | 102 | 0 | 56 | 31 | 212 | 62 | 62 |
| Binary | 1000000 | 10111110 | 1100110 | 1000010 | 0 | 101110 | 11001 | 10001010 | 110010 | 110010 |
Color Harmonies of #40BE66
Complementary color
Monochromatic Colors of #40BE66
Black with #40BE66
Text Example
Text Example
White with #40BE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BE66; }
p { color: rgb(64,190,102); }
H1.HeaderClassName
{
color: #40BE66;
}
.AnyTagClassName
{
color: #40BE66;
}
</style>
background-color css
<style>
a { background-color: #40BE66; }
a { background-color: rgb(64,190,102); }
div.DivClassName
{
background-color: #40BE66;
}
.BgClassName
{
background-color: #40BE66;
}
</style>
border-color css
<style>
span { border-color: #40BE66; }
span { border-color: rgb(64,190,102); }
td.TdClassName
{
border-color: #40BE66;
}
.TagClassName
{
border-color: #40BE66;
}
</style>