Shades of Medium Sea Green #40AC7E
Tints of Medium Sea Green #40AC7E
RGB
CMYK
RGB Variations
Color information
#40AC7E (or 0x40AC7E) is known color: Medium Sea Green. HEX triplet: 40, AC and 7E. RGB value is (64,172,126). Sum of RGB (Red+Green+Blue) = 64+172+126=362 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.68% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 172 - color contains mainly: green. Hex color #40AC7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AC7E is #BF5381. Grayscale: #868686. Windows color (decimal): -12538754 or 8301632. OLE color: 8301632.
HSL color Cylindrical-coordinate representation of color #40AC7E: hue angle of 154.44º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AC7E is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 172 | 126 | - |
| CMYK | 0.63 | 0 | 0.27 | 0.33 |
| HSL | 154.44º | 0.46% | 0.46% | - |
| HSV(B) | 154.44º | 0.63% | 0.67% | - |
| XYZ | 20.63 | 32.1 | 24.85 | - |
| YUV | 134.46 | 123.22 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 172 | 126 | 0.63 | 0 | 0.27 | 0.33 | 154.44 | 0.46 | 0.46 |
| Hex | 40 | AC | 7E | 3F | 0 | 1B | 21 | 9A | 2E | 2E |
| Octal | 100 | 254 | 176 | 77 | 0 | 33 | 41 | 232 | 56 | 56 |
| Binary | 1000000 | 10101100 | 1111110 | 111111 | 0 | 11011 | 100001 | 10011010 | 101110 | 101110 |
Color Harmonies of #40AC7E
Complementary color
Monochromatic Colors of #40AC7E
Black with #40AC7E
Text Example
Text Example
White with #40AC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AC7E; }
p { color: rgb(64,172,126); }
H1.HeaderClassName
{
color: #40AC7E;
}
.AnyTagClassName
{
color: #40AC7E;
}
</style>
background-color css
<style>
a { background-color: #40AC7E; }
a { background-color: rgb(64,172,126); }
div.DivClassName
{
background-color: #40AC7E;
}
.BgClassName
{
background-color: #40AC7E;
}
</style>
border-color css
<style>
span { border-color: #40AC7E; }
span { border-color: rgb(64,172,126); }
td.TdClassName
{
border-color: #40AC7E;
}
.TagClassName
{
border-color: #40AC7E;
}
</style>