Shades of Medium Sea Green #40BC6C
Tints of Medium Sea Green #40BC6C
RGB
CMYK
RGB Variations
Color information
#40BC6C (or 0x40BC6C) is known color: Medium Sea Green. HEX triplet: 40, BC and 6C. RGB value is (64,188,108). Sum of RGB (Red+Green+Blue) = 64+188+108=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #40BC6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BC6C is #BF4393. Grayscale: #8D8D8D. Windows color (decimal): -12534676 or 7126080. OLE color: 7126080.
HSL color Cylindrical-coordinate representation of color #40BC6C: hue angle of 141.29º 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 #40BC6C is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 188 | 108 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.26 |
| HSL | 141.29º | 0.49% | 0.49% | - |
| HSV(B) | 141.29º | 0.66% | 0.74% | - |
| XYZ | 22.8 | 38.14 | 20.35 | - |
| YUV | 141.8 | 108.92 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 188 | 108 | 0.66 | 0 | 0.43 | 0.26 | 141.29 | 0.49 | 0.49 |
| Hex | 40 | BC | 6C | 42 | 0 | 2B | 1A | 8D | 31 | 31 |
| Octal | 100 | 274 | 154 | 102 | 0 | 53 | 32 | 215 | 61 | 61 |
| Binary | 1000000 | 10111100 | 1101100 | 1000010 | 0 | 101011 | 11010 | 10001101 | 110001 | 110001 |
Color Harmonies of #40BC6C
Complementary color
Monochromatic Colors of #40BC6C
Black with #40BC6C
Text Example
Text Example
White with #40BC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BC6C; }
p { color: rgb(64,188,108); }
H1.HeaderClassName
{
color: #40BC6C;
}
.AnyTagClassName
{
color: #40BC6C;
}
</style>
background-color css
<style>
a { background-color: #40BC6C; }
a { background-color: rgb(64,188,108); }
div.DivClassName
{
background-color: #40BC6C;
}
.BgClassName
{
background-color: #40BC6C;
}
</style>
border-color css
<style>
span { border-color: #40BC6C; }
span { border-color: rgb(64,188,108); }
td.TdClassName
{
border-color: #40BC6C;
}
.TagClassName
{
border-color: #40BC6C;
}
</style>