Shades of Medium Sea Green #40C084
Tints of Medium Sea Green #40C084
RGB
CMYK
RGB Variations
Color information
#40C084 (or 0x40C084) is known color: Medium Sea Green. HEX triplet: 40, C0 and 84. RGB value is (64,192,132). Sum of RGB (Red+Green+Blue) = 64+192+132=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 192 (75.39% from 255 or 49.48% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 192 - color contains mainly: green. Hex color #40C084 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C084 is #BF3F7B. Grayscale: #939393. Windows color (decimal): -12533628 or 8699968. OLE color: 8699968.
HSL color Cylindrical-coordinate representation of color #40C084: hue angle of 151.88º 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 #40C084 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 192 | 132 | - |
| CMYK | 0.67 | 0 | 0.31 | 0.25 |
| HSL | 151.88º | 0.5% | 0.5% | - |
| HSV(B) | 151.88º | 0.67% | 0.75% | - |
| XYZ | 25.13 | 40.46 | 28.31 | - |
| YUV | 146.89 | 119.59 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 192 | 132 | 0.67 | 0 | 0.31 | 0.25 | 151.88 | 0.5 | 0.5 |
| Hex | 40 | C0 | 84 | 43 | 0 | 1F | 19 | 98 | 32 | 32 |
| Octal | 100 | 300 | 204 | 103 | 0 | 37 | 31 | 230 | 62 | 62 |
| Binary | 1000000 | 11000000 | 10000100 | 1000011 | 0 | 11111 | 11001 | 10011000 | 110010 | 110010 |
Color Harmonies of #40C084
Complementary color
Monochromatic Colors of #40C084
Black with #40C084
Text Example
Text Example
White with #40C084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C084; }
p { color: rgb(64,192,132); }
H1.HeaderClassName
{
color: #40C084;
}
.AnyTagClassName
{
color: #40C084;
}
</style>
background-color css
<style>
a { background-color: #40C084; }
a { background-color: rgb(64,192,132); }
div.DivClassName
{
background-color: #40C084;
}
.BgClassName
{
background-color: #40C084;
}
</style>
border-color css
<style>
span { border-color: #40C084; }
span { border-color: rgb(64,192,132); }
td.TdClassName
{
border-color: #40C084;
}
.TagClassName
{
border-color: #40C084;
}
</style>