Shades of Medium Sea Green #40AA7E
Tints of Medium Sea Green #40AA7E
RGB
CMYK
RGB Variations
Color information
#40AA7E (or 0x40AA7E) is known color: Medium Sea Green. HEX triplet: 40, AA and 7E. RGB value is (64,170,126). Sum of RGB (Red+Green+Blue) = 64+170+126=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AA7E is #BF5581. Grayscale: #858585. Windows color (decimal): -12539266 or 8301120. OLE color: 8301120.
HSL color Cylindrical-coordinate representation of color #40AA7E: hue angle of 155.09º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40AA7E is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 170 | 126 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.33 |
| HSL | 155.09º | 0.45% | 0.46% | - |
| HSV(B) | 155.09º | 0.62% | 0.67% | - |
| XYZ | 20.25 | 31.35 | 24.72 | - |
| YUV | 133.29 | 123.88 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 170 | 126 | 0.62 | 0 | 0.26 | 0.33 | 155.09 | 0.45 | 0.46 |
| Hex | 40 | AA | 7E | 3E | 0 | 1A | 21 | 9B | 2D | 2E |
| Octal | 100 | 252 | 176 | 76 | 0 | 32 | 41 | 233 | 55 | 56 |
| Binary | 1000000 | 10101010 | 1111110 | 111110 | 0 | 11010 | 100001 | 10011011 | 101101 | 101110 |
Color Harmonies of #40AA7E
Complementary color
Monochromatic Colors of #40AA7E
Black with #40AA7E
Text Example
Text Example
White with #40AA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AA7E; }
p { color: rgb(64,170,126); }
H1.HeaderClassName
{
color: #40AA7E;
}
.AnyTagClassName
{
color: #40AA7E;
}
</style>
background-color css
<style>
a { background-color: #40AA7E; }
a { background-color: rgb(64,170,126); }
div.DivClassName
{
background-color: #40AA7E;
}
.BgClassName
{
background-color: #40AA7E;
}
</style>
border-color css
<style>
span { border-color: #40AA7E; }
span { border-color: rgb(64,170,126); }
td.TdClassName
{
border-color: #40AA7E;
}
.TagClassName
{
border-color: #40AA7E;
}
</style>