Shades of Medium Sea Green #40BC76
Tints of Medium Sea Green #40BC76
RGB
CMYK
RGB Variations
Color information
#40BC76 (or 0x40BC76) is known color: Medium Sea Green. HEX triplet: 40, BC and 76. RGB value is (64,188,118). Sum of RGB (Red+Green+Blue) = 64+188+118=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 188 (73.83% from 255 or 50.81% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BC76 is #BF4389. Grayscale: #8F8F8F. Windows color (decimal): -12534666 or 7781440. OLE color: 7781440.
HSL color Cylindrical-coordinate representation of color #40BC76: hue angle of 146.13º 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 #40BC76 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 118 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.26 |
| HSL | 146.13º | 0.49% | 0.49% | - |
| HSV(B) | 146.13º | 0.66% | 0.74% | - |
| XYZ | 23.37 | 38.36 | 23.31 | - |
| YUV | 142.94 | 113.92 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 118 | 0.66 | 0 | 0.37 | 0.26 | 146.13 | 0.49 | 0.49 |
| Hex | 40 | BC | 76 | 42 | 0 | 25 | 1A | 92 | 31 | 31 |
| Octal | 100 | 274 | 166 | 102 | 0 | 45 | 32 | 222 | 61 | 61 |
| Binary | 1000000 | 10111100 | 1110110 | 1000010 | 0 | 100101 | 11010 | 10010010 | 110001 | 110001 |
Color Harmonies of #40BC76
Complementary color
Monochromatic Colors of #40BC76
Black with #40BC76
Text Example
Text Example
White with #40BC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC76; }
p { color: rgb(64,188,118); }
H1.HeaderClassName
{
color: #40BC76;
}
.AnyTagClassName
{
color: #40BC76;
}
</style>
background-color css
<style>
a { background-color: #40BC76; }
a { background-color: rgb(64,188,118); }
div.DivClassName
{
background-color: #40BC76;
}
.BgClassName
{
background-color: #40BC76;
}
</style>
border-color css
<style>
span { border-color: #40BC76; }
span { border-color: rgb(64,188,118); }
td.TdClassName
{
border-color: #40BC76;
}
.TagClassName
{
border-color: #40BC76;
}
</style>