Shades of Medium Sea Green #40AE71
Tints of Medium Sea Green #40AE71
RGB
CMYK
RGB Variations
Color information
#40AE71 (or 0x40AE71) is known color: Medium Sea Green. HEX triplet: 40, AE and 71. RGB value is (64,174,113). Sum of RGB (Red+Green+Blue) = 64+174+113=351 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.23% from 351); Green value is 174 (68.36% from 255 or 49.57% from 351); Blue value is 113 (44.53% from 255 or 32.19% from 351); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AE71 is #BF518E. Grayscale: #868686. Windows color (decimal): -12538255 or 7450176. OLE color: 7450176.
HSL color Cylindrical-coordinate representation of color #40AE71: hue angle of 146.73º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AE71 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 174 | 113 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.32 |
| HSL | 146.73º | 0.46% | 0.47% | - |
| HSV(B) | 146.73º | 0.63% | 0.68% | - |
| XYZ | 20.23 | 32.55 | 20.84 | - |
| YUV | 134.16 | 116.06 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 174 | 113 | 0.63 | 0 | 0.35 | 0.32 | 146.73 | 0.46 | 0.47 |
| Hex | 40 | AE | 71 | 3F | 0 | 23 | 20 | 93 | 2E | 2F |
| Octal | 100 | 256 | 161 | 77 | 0 | 43 | 40 | 223 | 56 | 57 |
| Binary | 1000000 | 10101110 | 1110001 | 111111 | 0 | 100011 | 100000 | 10010011 | 101110 | 101111 |
Color Harmonies of #40AE71
Complementary color
Monochromatic Colors of #40AE71
Black with #40AE71
Text Example
Text Example
White with #40AE71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AE71; }
p { color: rgb(64,174,113); }
H1.HeaderClassName
{
color: #40AE71;
}
.AnyTagClassName
{
color: #40AE71;
}
</style>
background-color css
<style>
a { background-color: #40AE71; }
a { background-color: rgb(64,174,113); }
div.DivClassName
{
background-color: #40AE71;
}
.BgClassName
{
background-color: #40AE71;
}
</style>
border-color css
<style>
span { border-color: #40AE71; }
span { border-color: rgb(64,174,113); }
td.TdClassName
{
border-color: #40AE71;
}
.TagClassName
{
border-color: #40AE71;
}
</style>