Shades of Medium Sea Green #40C36C
Tints of Medium Sea Green #40C36C
RGB
CMYK
RGB Variations
Color information
#40C36C (or 0x40C36C) is known color: Medium Sea Green. HEX triplet: 40, C3 and 6C. RGB value is (64,195,108). Sum of RGB (Red+Green+Blue) = 64+195+108=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 195 (76.56% from 255 or 53.13% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 195 - color contains mainly: green. Hex color #40C36C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C36C is #BF3C93. Grayscale: #929292. Windows color (decimal): -12532884 or 7127872. OLE color: 7127872.
HSL color Cylindrical-coordinate representation of color #40C36C: hue angle of 140.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 #40C36C is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 195 | 108 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.24 |
| HSL | 140.15º | 0.52% | 0.51% | - |
| HSV(B) | 140.15º | 0.67% | 0.76% | - |
| XYZ | 24.34 | 41.2 | 20.86 | - |
| YUV | 145.91 | 106.6 | 69.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 195 | 108 | 0.67 | 0 | 0.45 | 0.24 | 140.15 | 0.52 | 0.51 |
| Hex | 40 | C3 | 6C | 43 | 0 | 2D | 18 | 8C | 34 | 33 |
| Octal | 100 | 303 | 154 | 103 | 0 | 55 | 30 | 214 | 64 | 63 |
| Binary | 1000000 | 11000011 | 1101100 | 1000011 | 0 | 101101 | 11000 | 10001100 | 110100 | 110011 |
Color Harmonies of #40C36C
Complementary color
Monochromatic Colors of #40C36C
Black with #40C36C
Text Example
Text Example
White with #40C36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C36C; }
p { color: rgb(64,195,108); }
H1.HeaderClassName
{
color: #40C36C;
}
.AnyTagClassName
{
color: #40C36C;
}
</style>
background-color css
<style>
a { background-color: #40C36C; }
a { background-color: rgb(64,195,108); }
div.DivClassName
{
background-color: #40C36C;
}
.BgClassName
{
background-color: #40C36C;
}
</style>
border-color css
<style>
span { border-color: #40C36C; }
span { border-color: rgb(64,195,108); }
td.TdClassName
{
border-color: #40C36C;
}
.TagClassName
{
border-color: #40C36C;
}
</style>