Shades of Medium Sea Green #40AD72
Tints of Medium Sea Green #40AD72
RGB
CMYK
RGB Variations
Color information
#40AD72 (or 0x40AD72) is known color: Medium Sea Green. HEX triplet: 40, AD and 72. RGB value is (64,173,114). Sum of RGB (Red+Green+Blue) = 64+173+114=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 173 (67.97% from 255 or 49.29% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 173 - color contains mainly: green. Hex color #40AD72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AD72 is #BF528D. Grayscale: #858585. Windows color (decimal): -12538510 or 7515456. OLE color: 7515456.
HSL color Cylindrical-coordinate representation of color #40AD72: hue angle of 147.52º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AD72 is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 173 | 114 | - |
| CMYK | 0.63 | 0 | 0.34 | 0.32 |
| HSL | 147.52º | 0.46% | 0.46% | - |
| HSV(B) | 147.52º | 0.63% | 0.68% | - |
| XYZ | 20.1 | 32.19 | 21.07 | - |
| YUV | 133.68 | 116.89 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 173 | 114 | 0.63 | 0 | 0.34 | 0.32 | 147.52 | 0.46 | 0.46 |
| Hex | 40 | AD | 72 | 3F | 0 | 22 | 20 | 94 | 2E | 2E |
| Octal | 100 | 255 | 162 | 77 | 0 | 42 | 40 | 224 | 56 | 56 |
| Binary | 1000000 | 10101101 | 1110010 | 111111 | 0 | 100010 | 100000 | 10010100 | 101110 | 101110 |
Color Harmonies of #40AD72
Complementary color
Monochromatic Colors of #40AD72
Black with #40AD72
Text Example
Text Example
White with #40AD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AD72; }
p { color: rgb(64,173,114); }
H1.HeaderClassName
{
color: #40AD72;
}
.AnyTagClassName
{
color: #40AD72;
}
</style>
background-color css
<style>
a { background-color: #40AD72; }
a { background-color: rgb(64,173,114); }
div.DivClassName
{
background-color: #40AD72;
}
.BgClassName
{
background-color: #40AD72;
}
</style>
border-color css
<style>
span { border-color: #40AD72; }
span { border-color: rgb(64,173,114); }
td.TdClassName
{
border-color: #40AD72;
}
.TagClassName
{
border-color: #40AD72;
}
</style>