Shades of Medium Sea Green #40C06C
Tints of Medium Sea Green #40C06C
RGB
CMYK
RGB Variations
Color information
#40C06C (or 0x40C06C) is known color: Medium Sea Green. HEX triplet: 40, C0 and 6C. RGB value is (64,192,108). Sum of RGB (Red+Green+Blue) = 64+192+108=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #40C06C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C06C is #BF3F93. Grayscale: #909090. Windows color (decimal): -12533652 or 7127104. OLE color: 7127104.
HSL color Cylindrical-coordinate representation of color #40C06C: hue angle of 140.62º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C06C is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 192 | 108 | - |
| CMYK | 0.67 | 0 | 0.44 | 0.25 |
| HSL | 140.63º | 0.5% | 0.5% | - |
| HSV(B) | 140.63º | 0.67% | 0.75% | - |
| XYZ | 23.67 | 39.87 | 20.64 | - |
| YUV | 144.15 | 107.59 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 192 | 108 | 0.67 | 0 | 0.44 | 0.25 | 140.63 | 0.5 | 0.5 |
| Hex | 40 | C0 | 6C | 43 | 0 | 2C | 19 | 8D | 32 | 32 |
| Octal | 100 | 300 | 154 | 103 | 0 | 54 | 31 | 215 | 62 | 62 |
| Binary | 1000000 | 11000000 | 1101100 | 1000011 | 0 | 101100 | 11001 | 10001101 | 110010 | 110010 |
Color Harmonies of #40C06C
Complementary color
Monochromatic Colors of #40C06C
Black with #40C06C
Text Example
Text Example
White with #40C06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C06C; }
p { color: rgb(64,192,108); }
H1.HeaderClassName
{
color: #40C06C;
}
.AnyTagClassName
{
color: #40C06C;
}
</style>
background-color css
<style>
a { background-color: #40C06C; }
a { background-color: rgb(64,192,108); }
div.DivClassName
{
background-color: #40C06C;
}
.BgClassName
{
background-color: #40C06C;
}
</style>
border-color css
<style>
span { border-color: #40C06C; }
span { border-color: rgb(64,192,108); }
td.TdClassName
{
border-color: #40C06C;
}
.TagClassName
{
border-color: #40C06C;
}
</style>