Shades of Medium Sea Green #40BE76
Tints of Medium Sea Green #40BE76
RGB
CMYK
RGB Variations
Color information
#40BE76 (or 0x40BE76) is known color: Medium Sea Green. HEX triplet: 40, BE and 76. RGB value is (64,190,118). Sum of RGB (Red+Green+Blue) = 64+190+118=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 190 (74.61% from 255 or 51.08% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BE76 is #BF4189. Grayscale: #909090. Windows color (decimal): -12534154 or 7781952. OLE color: 7781952.
HSL color Cylindrical-coordinate representation of color #40BE76: hue angle of 145.71º 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 #40BE76 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 190 | 118 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.25 |
| HSL | 145.71º | 0.5% | 0.5% | - |
| HSV(B) | 145.71º | 0.66% | 0.75% | - |
| XYZ | 23.8 | 39.22 | 23.46 | - |
| YUV | 144.12 | 113.26 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 118 | 0.66 | 0 | 0.38 | 0.25 | 145.71 | 0.5 | 0.5 |
| Hex | 40 | BE | 76 | 42 | 0 | 26 | 19 | 92 | 32 | 32 |
| Octal | 100 | 276 | 166 | 102 | 0 | 46 | 31 | 222 | 62 | 62 |
| Binary | 1000000 | 10111110 | 1110110 | 1000010 | 0 | 100110 | 11001 | 10010010 | 110010 | 110010 |
Color Harmonies of #40BE76
Complementary color
Monochromatic Colors of #40BE76
Black with #40BE76
Text Example
Text Example
White with #40BE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BE76; }
p { color: rgb(64,190,118); }
H1.HeaderClassName
{
color: #40BE76;
}
.AnyTagClassName
{
color: #40BE76;
}
</style>
background-color css
<style>
a { background-color: #40BE76; }
a { background-color: rgb(64,190,118); }
div.DivClassName
{
background-color: #40BE76;
}
.BgClassName
{
background-color: #40BE76;
}
</style>
border-color css
<style>
span { border-color: #40BE76; }
span { border-color: rgb(64,190,118); }
td.TdClassName
{
border-color: #40BE76;
}
.TagClassName
{
border-color: #40BE76;
}
</style>