Shades of Medium Sea Green #40A972
Tints of Medium Sea Green #40A972
RGB
CMYK
RGB Variations
Color information
#40A972 (or 0x40A972) is known color: Medium Sea Green. HEX triplet: 40, A9 and 72. RGB value is (64,169,114). Sum of RGB (Red+Green+Blue) = 64+169+114=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 169 (66.41% from 255 or 48.70% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 169 - color contains mainly: green. Hex color #40A972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A972 is #BF568D. Grayscale: #838383. Windows color (decimal): -12539534 or 7514432. OLE color: 7514432.
HSL color Cylindrical-coordinate representation of color #40A972: hue angle of 148.57º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40A972 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 64 | 169 | 114 | - |
| CMYK | 0.62 | 0 | 0.33 | 0.34 |
| HSL | 148.57º | 0.45% | 0.46% | - |
| HSV(B) | 148.57º | 0.62% | 0.66% | - |
| XYZ | 19.34 | 30.68 | 20.82 | - |
| YUV | 131.34 | 118.21 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 169 | 114 | 0.62 | 0 | 0.33 | 0.34 | 148.57 | 0.45 | 0.46 |
| Hex | 40 | A9 | 72 | 3E | 0 | 21 | 22 | 95 | 2D | 2E |
| Octal | 100 | 251 | 162 | 76 | 0 | 41 | 42 | 225 | 55 | 56 |
| Binary | 1000000 | 10101001 | 1110010 | 111110 | 0 | 100001 | 100010 | 10010101 | 101101 | 101110 |
Color Harmonies of #40A972
Complementary color
Monochromatic Colors of #40A972
Black with #40A972
Text Example
Text Example
White with #40A972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A972; }
p { color: rgb(64,169,114); }
H1.HeaderClassName
{
color: #40A972;
}
.AnyTagClassName
{
color: #40A972;
}
</style>
background-color css
<style>
a { background-color: #40A972; }
a { background-color: rgb(64,169,114); }
div.DivClassName
{
background-color: #40A972;
}
.BgClassName
{
background-color: #40A972;
}
</style>
border-color css
<style>
span { border-color: #40A972; }
span { border-color: rgb(64,169,114); }
td.TdClassName
{
border-color: #40A972;
}
.TagClassName
{
border-color: #40A972;
}
</style>