Shades of Medium Sea Green #40C366
Tints of Medium Sea Green #40C366
RGB
CMYK
RGB Variations
Color information
#40C366 (or 0x40C366) is known color: Medium Sea Green. HEX triplet: 40, C3 and 66. RGB value is (64,195,102). Sum of RGB (Red+Green+Blue) = 64+195+102=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 195 (76.56% from 255 or 54.02% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 195 - color contains mainly: green. Hex color #40C366 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C366 is #BF3C99. Grayscale: #919191. Windows color (decimal): -12532890 or 6734656. OLE color: 6734656.
HSL color Cylindrical-coordinate representation of color #40C366: hue angle of 137.4º 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 #40C366 is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 195 | 102 | - |
| CMYK | 0.67 | 0 | 0.48 | 0.24 |
| HSL | 137.4º | 0.52% | 0.51% | - |
| HSV(B) | 137.4º | 0.67% | 0.76% | - |
| XYZ | 24.03 | 41.08 | 19.23 | - |
| YUV | 145.23 | 103.6 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 195 | 102 | 0.67 | 0 | 0.48 | 0.24 | 137.4 | 0.52 | 0.51 |
| Hex | 40 | C3 | 66 | 43 | 0 | 30 | 18 | 89 | 34 | 33 |
| Octal | 100 | 303 | 146 | 103 | 0 | 60 | 30 | 211 | 64 | 63 |
| Binary | 1000000 | 11000011 | 1100110 | 1000011 | 0 | 110000 | 11000 | 10001001 | 110100 | 110011 |
Color Harmonies of #40C366
Complementary color
Monochromatic Colors of #40C366
Black with #40C366
Text Example
Text Example
White with #40C366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C366; }
p { color: rgb(64,195,102); }
H1.HeaderClassName
{
color: #40C366;
}
.AnyTagClassName
{
color: #40C366;
}
</style>
background-color css
<style>
a { background-color: #40C366; }
a { background-color: rgb(64,195,102); }
div.DivClassName
{
background-color: #40C366;
}
.BgClassName
{
background-color: #40C366;
}
</style>
border-color css
<style>
span { border-color: #40C366; }
span { border-color: rgb(64,195,102); }
td.TdClassName
{
border-color: #40C366;
}
.TagClassName
{
border-color: #40C366;
}
</style>