Shades of Medium Sea Green #40BC6B
Tints of Medium Sea Green #40BC6B
RGB
CMYK
RGB Variations
Color information
#40BC6B (or 0x40BC6B) is known color: Medium Sea Green. HEX triplet: 40, BC and 6B. RGB value is (64,188,107). Sum of RGB (Red+Green+Blue) = 64+188+107=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BC6B is #BF4394. Grayscale: #8D8D8D. Windows color (decimal): -12534677 or 7060544. OLE color: 7060544.
HSL color Cylindrical-coordinate representation of color #40BC6B: hue angle of 140.81º 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 #40BC6B is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 107 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.26 |
| HSL | 140.81º | 0.49% | 0.49% | - |
| HSV(B) | 140.81º | 0.66% | 0.74% | - |
| XYZ | 22.75 | 38.12 | 20.07 | - |
| YUV | 141.69 | 108.42 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 107 | 0.66 | 0 | 0.43 | 0.26 | 140.81 | 0.49 | 0.49 |
| Hex | 40 | BC | 6B | 42 | 0 | 2B | 1A | 8D | 31 | 31 |
| Octal | 100 | 274 | 153 | 102 | 0 | 53 | 32 | 215 | 61 | 61 |
| Binary | 1000000 | 10111100 | 1101011 | 1000010 | 0 | 101011 | 11010 | 10001101 | 110001 | 110001 |
Color Harmonies of #40BC6B
Complementary color
Monochromatic Colors of #40BC6B
Black with #40BC6B
Text Example
Text Example
White with #40BC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC6B; }
p { color: rgb(64,188,107); }
H1.HeaderClassName
{
color: #40BC6B;
}
.AnyTagClassName
{
color: #40BC6B;
}
</style>
background-color css
<style>
a { background-color: #40BC6B; }
a { background-color: rgb(64,188,107); }
div.DivClassName
{
background-color: #40BC6B;
}
.BgClassName
{
background-color: #40BC6B;
}
</style>
border-color css
<style>
span { border-color: #40BC6B; }
span { border-color: rgb(64,188,107); }
td.TdClassName
{
border-color: #40BC6B;
}
.TagClassName
{
border-color: #40BC6B;
}
</style>