Shades of Medium Sea Green #40BC77
Tints of Medium Sea Green #40BC77
RGB
CMYK
RGB Variations
Color information
#40BC77 (or 0x40BC77) is known color: Medium Sea Green. HEX triplet: 40, BC and 77. RGB value is (64,188,119). Sum of RGB (Red+Green+Blue) = 64+188+119=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BC77 is #BF4388. Grayscale: #8F8F8F. Windows color (decimal): -12534665 or 7846976. OLE color: 7846976.
HSL color Cylindrical-coordinate representation of color #40BC77: hue angle of 146.61º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BC77 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 119 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.26 |
| HSL | 146.61º | 0.49% | 0.49% | - |
| HSV(B) | 146.61º | 0.66% | 0.74% | - |
| XYZ | 23.43 | 38.39 | 23.63 | - |
| YUV | 143.06 | 114.42 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 119 | 0.66 | 0 | 0.37 | 0.26 | 146.61 | 0.49 | 0.49 |
| Hex | 40 | BC | 77 | 42 | 0 | 25 | 1A | 93 | 31 | 31 |
| Octal | 100 | 274 | 167 | 102 | 0 | 45 | 32 | 223 | 61 | 61 |
| Binary | 1000000 | 10111100 | 1110111 | 1000010 | 0 | 100101 | 11010 | 10010011 | 110001 | 110001 |
Color Harmonies of #40BC77
Complementary color
Monochromatic Colors of #40BC77
Black with #40BC77
Text Example
Text Example
White with #40BC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC77; }
p { color: rgb(64,188,119); }
H1.HeaderClassName
{
color: #40BC77;
}
.AnyTagClassName
{
color: #40BC77;
}
</style>
background-color css
<style>
a { background-color: #40BC77; }
a { background-color: rgb(64,188,119); }
div.DivClassName
{
background-color: #40BC77;
}
.BgClassName
{
background-color: #40BC77;
}
</style>
border-color css
<style>
span { border-color: #40BC77; }
span { border-color: rgb(64,188,119); }
td.TdClassName
{
border-color: #40BC77;
}
.TagClassName
{
border-color: #40BC77;
}
</style>