Shades of Medium Sea Green #40C068
Tints of Medium Sea Green #40C068
RGB
CMYK
RGB Variations
Color information
#40C068 (or 0x40C068) is known color: Medium Sea Green. HEX triplet: 40, C0 and 68. RGB value is (64,192,104). Sum of RGB (Red+Green+Blue) = 64+192+104=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 192 (75.39% from 255 or 53.33% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 192 - color contains mainly: green. Hex color #40C068 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C068 is #BF3F97. Grayscale: #8F8F8F. Windows color (decimal): -12533656 or 6864960. OLE color: 6864960.
HSL color Cylindrical-coordinate representation of color #40C068: hue angle of 138.75º 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 #40C068 is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 192 | 104 | - |
| CMYK | 0.67 | 0 | 0.46 | 0.25 |
| HSL | 138.75º | 0.5% | 0.5% | - |
| HSV(B) | 138.75º | 0.67% | 0.75% | - |
| XYZ | 23.46 | 39.79 | 19.54 | - |
| YUV | 143.7 | 105.59 | 71.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 192 | 104 | 0.67 | 0 | 0.46 | 0.25 | 138.75 | 0.5 | 0.5 |
| Hex | 40 | C0 | 68 | 43 | 0 | 2E | 19 | 8B | 32 | 32 |
| Octal | 100 | 300 | 150 | 103 | 0 | 56 | 31 | 213 | 62 | 62 |
| Binary | 1000000 | 11000000 | 1101000 | 1000011 | 0 | 101110 | 11001 | 10001011 | 110010 | 110010 |
Color Harmonies of #40C068
Complementary color
Monochromatic Colors of #40C068
Black with #40C068
Text Example
Text Example
White with #40C068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C068; }
p { color: rgb(64,192,104); }
H1.HeaderClassName
{
color: #40C068;
}
.AnyTagClassName
{
color: #40C068;
}
</style>
background-color css
<style>
a { background-color: #40C068; }
a { background-color: rgb(64,192,104); }
div.DivClassName
{
background-color: #40C068;
}
.BgClassName
{
background-color: #40C068;
}
</style>
border-color css
<style>
span { border-color: #40C068; }
span { border-color: rgb(64,192,104); }
td.TdClassName
{
border-color: #40C068;
}
.TagClassName
{
border-color: #40C068;
}
</style>