Shades of Medium Sea Green #40AE6B
Tints of Medium Sea Green #40AE6B
RGB
CMYK
RGB Variations
Color information
#40AE6B (or 0x40AE6B) is known color: Medium Sea Green. HEX triplet: 40, AE and 6B. RGB value is (64,174,107). Sum of RGB (Red+Green+Blue) = 64+174+107=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 174 (68.36% from 255 or 50.43% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AE6B is #BF5194. Grayscale: #858585. Windows color (decimal): -12538261 or 7056960. OLE color: 7056960.
HSL color Cylindrical-coordinate representation of color #40AE6B: hue angle of 143.45º 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 #40AE6B is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 174 | 107 | - |
| CMYK | 0.63 | 0 | 0.39 | 0.32 |
| HSL | 143.45º | 0.46% | 0.47% | - |
| HSV(B) | 143.45º | 0.63% | 0.68% | - |
| XYZ | 19.9 | 32.42 | 19.12 | - |
| YUV | 133.47 | 113.06 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 174 | 107 | 0.63 | 0 | 0.39 | 0.32 | 143.45 | 0.46 | 0.47 |
| Hex | 40 | AE | 6B | 3F | 0 | 27 | 20 | 8F | 2E | 2F |
| Octal | 100 | 256 | 153 | 77 | 0 | 47 | 40 | 217 | 56 | 57 |
| Binary | 1000000 | 10101110 | 1101011 | 111111 | 0 | 100111 | 100000 | 10001111 | 101110 | 101111 |
Color Harmonies of #40AE6B
Complementary color
Monochromatic Colors of #40AE6B
Black with #40AE6B
Text Example
Text Example
White with #40AE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AE6B; }
p { color: rgb(64,174,107); }
H1.HeaderClassName
{
color: #40AE6B;
}
.AnyTagClassName
{
color: #40AE6B;
}
</style>
background-color css
<style>
a { background-color: #40AE6B; }
a { background-color: rgb(64,174,107); }
div.DivClassName
{
background-color: #40AE6B;
}
.BgClassName
{
background-color: #40AE6B;
}
</style>
border-color css
<style>
span { border-color: #40AE6B; }
span { border-color: rgb(64,174,107); }
td.TdClassName
{
border-color: #40AE6B;
}
.TagClassName
{
border-color: #40AE6B;
}
</style>