Shades of Medium Sea Green #40C377
Tints of Medium Sea Green #40C377
RGB
CMYK
RGB Variations
Color information
#40C377 (or 0x40C377) is known color: Medium Sea Green. HEX triplet: 40, C3 and 77. RGB value is (64,195,119). Sum of RGB (Red+Green+Blue) = 64+195+119=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 195 (76.56% from 255 or 51.59% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 195 - color contains mainly: green. Hex color #40C377 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C377 is #BF3C88. Grayscale: #939393. Windows color (decimal): -12532873 or 7848768. OLE color: 7848768.
HSL color Cylindrical-coordinate representation of color #40C377: hue angle of 145.19º 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 #40C377 is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 195 | 119 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.24 |
| HSL | 145.19º | 0.52% | 0.51% | - |
| HSV(B) | 145.19º | 0.67% | 0.76% | - |
| XYZ | 24.96 | 41.45 | 24.14 | - |
| YUV | 147.17 | 112.1 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 195 | 119 | 0.67 | 0 | 0.39 | 0.24 | 145.19 | 0.52 | 0.51 |
| Hex | 40 | C3 | 77 | 43 | 0 | 27 | 18 | 91 | 34 | 33 |
| Octal | 100 | 303 | 167 | 103 | 0 | 47 | 30 | 221 | 64 | 63 |
| Binary | 1000000 | 11000011 | 1110111 | 1000011 | 0 | 100111 | 11000 | 10010001 | 110100 | 110011 |
Color Harmonies of #40C377
Complementary color
Monochromatic Colors of #40C377
Black with #40C377
Text Example
Text Example
White with #40C377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C377; }
p { color: rgb(64,195,119); }
H1.HeaderClassName
{
color: #40C377;
}
.AnyTagClassName
{
color: #40C377;
}
</style>
background-color css
<style>
a { background-color: #40C377; }
a { background-color: rgb(64,195,119); }
div.DivClassName
{
background-color: #40C377;
}
.BgClassName
{
background-color: #40C377;
}
</style>
border-color css
<style>
span { border-color: #40C377; }
span { border-color: rgb(64,195,119); }
td.TdClassName
{
border-color: #40C377;
}
.TagClassName
{
border-color: #40C377;
}
</style>