Shades of Medium Sea Green #40C384
Tints of Medium Sea Green #40C384
RGB
CMYK
RGB Variations
Color information
#40C384 (or 0x40C384) is known color: Medium Sea Green. HEX triplet: 40, C3 and 84. RGB value is (64,195,132). Sum of RGB (Red+Green+Blue) = 64+195+132=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 195 (76.56% from 255 or 49.87% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 195 - color contains mainly: green. Hex color #40C384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C384 is #BF3C7B. Grayscale: #949494. Windows color (decimal): -12532860 or 8700736. OLE color: 8700736.
HSL color Cylindrical-coordinate representation of color #40C384: hue angle of 151.15º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C384 is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 195 | 132 | - |
| CMYK | 0.67 | 0 | 0.32 | 0.24 |
| HSL | 151.15º | 0.52% | 0.51% | - |
| HSV(B) | 151.15º | 0.67% | 0.76% | - |
| XYZ | 25.79 | 41.79 | 28.54 | - |
| YUV | 148.65 | 118.6 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 195 | 132 | 0.67 | 0 | 0.32 | 0.24 | 151.15 | 0.52 | 0.51 |
| Hex | 40 | C3 | 84 | 43 | 0 | 20 | 18 | 97 | 34 | 33 |
| Octal | 100 | 303 | 204 | 103 | 0 | 40 | 30 | 227 | 64 | 63 |
| Binary | 1000000 | 11000011 | 10000100 | 1000011 | 0 | 100000 | 11000 | 10010111 | 110100 | 110011 |
Color Harmonies of #40C384
Complementary color
Monochromatic Colors of #40C384
Black with #40C384
Text Example
Text Example
White with #40C384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C384; }
p { color: rgb(64,195,132); }
H1.HeaderClassName
{
color: #40C384;
}
.AnyTagClassName
{
color: #40C384;
}
</style>
background-color css
<style>
a { background-color: #40C384; }
a { background-color: rgb(64,195,132); }
div.DivClassName
{
background-color: #40C384;
}
.BgClassName
{
background-color: #40C384;
}
</style>
border-color css
<style>
span { border-color: #40C384; }
span { border-color: rgb(64,195,132); }
td.TdClassName
{
border-color: #40C384;
}
.TagClassName
{
border-color: #40C384;
}
</style>