Shades of Medium Sea Green #40C066
Tints of Medium Sea Green #40C066
RGB
CMYK
RGB Variations
Color information
#40C066 (or 0x40C066) is known color: Medium Sea Green. HEX triplet: 40, C0 and 66. RGB value is (64,192,102). Sum of RGB (Red+Green+Blue) = 64+192+102=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 192 (75.39% from 255 or 53.63% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 192 - color contains mainly: green. Hex color #40C066 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C066 is #BF3F99. Grayscale: #8F8F8F. Windows color (decimal): -12533658 or 6733888. OLE color: 6733888.
HSL color Cylindrical-coordinate representation of color #40C066: hue angle of 137.81º 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 #40C066 is Cyan = 0.67, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 192 | 102 | - |
| CMYK | 0.67 | 0 | 0.47 | 0.25 |
| HSL | 137.81º | 0.5% | 0.5% | - |
| HSV(B) | 137.81º | 0.67% | 0.75% | - |
| XYZ | 23.36 | 39.75 | 19.01 | - |
| YUV | 143.47 | 104.59 | 71.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 192 | 102 | 0.67 | 0 | 0.47 | 0.25 | 137.81 | 0.5 | 0.5 |
| Hex | 40 | C0 | 66 | 43 | 0 | 2F | 19 | 8A | 32 | 32 |
| Octal | 100 | 300 | 146 | 103 | 0 | 57 | 31 | 212 | 62 | 62 |
| Binary | 1000000 | 11000000 | 1100110 | 1000011 | 0 | 101111 | 11001 | 10001010 | 110010 | 110010 |
Color Harmonies of #40C066
Complementary color
Monochromatic Colors of #40C066
Black with #40C066
Text Example
Text Example
White with #40C066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C066; }
p { color: rgb(64,192,102); }
H1.HeaderClassName
{
color: #40C066;
}
.AnyTagClassName
{
color: #40C066;
}
</style>
background-color css
<style>
a { background-color: #40C066; }
a { background-color: rgb(64,192,102); }
div.DivClassName
{
background-color: #40C066;
}
.BgClassName
{
background-color: #40C066;
}
</style>
border-color css
<style>
span { border-color: #40C066; }
span { border-color: rgb(64,192,102); }
td.TdClassName
{
border-color: #40C066;
}
.TagClassName
{
border-color: #40C066;
}
</style>