Shades of Medium Sea Green #40AE77
Tints of Medium Sea Green #40AE77
RGB
CMYK
RGB Variations
Color information
#40AE77 (or 0x40AE77) is known color: Medium Sea Green. HEX triplet: 40, AE and 77. RGB value is (64,174,119). Sum of RGB (Red+Green+Blue) = 64+174+119=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 174 (68.36% from 255 or 48.74% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AE77 is #BF5188. Grayscale: #868686. Windows color (decimal): -12538249 or 7843392. OLE color: 7843392.
HSL color Cylindrical-coordinate representation of color #40AE77: hue angle of 150º 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 #40AE77 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 174 | 119 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.32 |
| HSL | 150º | 0.46% | 0.47% | - |
| HSV(B) | 150º | 0.63% | 0.68% | - |
| XYZ | 20.58 | 32.69 | 22.68 | - |
| YUV | 134.84 | 119.06 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 174 | 119 | 0.63 | 0 | 0.32 | 0.32 | 150 | 0.46 | 0.47 |
| Hex | 40 | AE | 77 | 3F | 0 | 20 | 20 | 96 | 2E | 2F |
| Octal | 100 | 256 | 167 | 77 | 0 | 40 | 40 | 226 | 56 | 57 |
| Binary | 1000000 | 10101110 | 1110111 | 111111 | 0 | 100000 | 100000 | 10010110 | 101110 | 101111 |
Color Harmonies of #40AE77
Complementary color
Monochromatic Colors of #40AE77
Black with #40AE77
Text Example
Text Example
White with #40AE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AE77; }
p { color: rgb(64,174,119); }
H1.HeaderClassName
{
color: #40AE77;
}
.AnyTagClassName
{
color: #40AE77;
}
</style>
background-color css
<style>
a { background-color: #40AE77; }
a { background-color: rgb(64,174,119); }
div.DivClassName
{
background-color: #40AE77;
}
.BgClassName
{
background-color: #40AE77;
}
</style>
border-color css
<style>
span { border-color: #40AE77; }
span { border-color: rgb(64,174,119); }
td.TdClassName
{
border-color: #40AE77;
}
.TagClassName
{
border-color: #40AE77;
}
</style>