Shades of Medium Sea Green #40C373
Tints of Medium Sea Green #40C373
RGB
CMYK
RGB Variations
Color information
#40C373 (or 0x40C373) is known color: Medium Sea Green. HEX triplet: 40, C3 and 73. RGB value is (64,195,115). Sum of RGB (Red+Green+Blue) = 64+195+115=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 195 (76.56% from 255 or 52.14% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 195 - color contains mainly: green. Hex color #40C373 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C373 is #BF3C8C. Grayscale: #929292. Windows color (decimal): -12532877 or 7586624. OLE color: 7586624.
HSL color Cylindrical-coordinate representation of color #40C373: hue angle of 143.36º 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 #40C373 is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 195 | 115 | - |
| CMYK | 0.67 | 0 | 0.41 | 0.24 |
| HSL | 143.36º | 0.52% | 0.51% | - |
| HSV(B) | 143.36º | 0.67% | 0.76% | - |
| XYZ | 24.72 | 41.36 | 22.9 | - |
| YUV | 146.71 | 110.1 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 195 | 115 | 0.67 | 0 | 0.41 | 0.24 | 143.36 | 0.52 | 0.51 |
| Hex | 40 | C3 | 73 | 43 | 0 | 29 | 18 | 8F | 34 | 33 |
| Octal | 100 | 303 | 163 | 103 | 0 | 51 | 30 | 217 | 64 | 63 |
| Binary | 1000000 | 11000011 | 1110011 | 1000011 | 0 | 101001 | 11000 | 10001111 | 110100 | 110011 |
Color Harmonies of #40C373
Complementary color
Monochromatic Colors of #40C373
Black with #40C373
Text Example
Text Example
White with #40C373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C373; }
p { color: rgb(64,195,115); }
H1.HeaderClassName
{
color: #40C373;
}
.AnyTagClassName
{
color: #40C373;
}
</style>
background-color css
<style>
a { background-color: #40C373; }
a { background-color: rgb(64,195,115); }
div.DivClassName
{
background-color: #40C373;
}
.BgClassName
{
background-color: #40C373;
}
</style>
border-color css
<style>
span { border-color: #40C373; }
span { border-color: rgb(64,195,115); }
td.TdClassName
{
border-color: #40C373;
}
.TagClassName
{
border-color: #40C373;
}
</style>