Shades of Medium Sea Green #40AD65
Tints of Medium Sea Green #40AD65
RGB
CMYK
RGB Variations
Color information
#40AD65 (or 0x40AD65) is known color: Medium Sea Green. HEX triplet: 40, AD and 65. RGB value is (64,173,101). Sum of RGB (Red+Green+Blue) = 64+173+101=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 173 (67.97% from 255 or 51.18% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 173 - color contains mainly: green. Hex color #40AD65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AD65 is #BF529A. Grayscale: #848484. Windows color (decimal): -12538523 or 6663488. OLE color: 6663488.
HSL color Cylindrical-coordinate representation of color #40AD65: hue angle of 140.37º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AD65 is Cyan = 0.63, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 173 | 101 | - |
| CMYK | 0.63 | 0 | 0.42 | 0.32 |
| HSL | 140.37º | 0.46% | 0.46% | - |
| HSV(B) | 140.37º | 0.63% | 0.68% | - |
| XYZ | 19.41 | 31.92 | 17.45 | - |
| YUV | 132.2 | 110.39 | 79.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 173 | 101 | 0.63 | 0 | 0.42 | 0.32 | 140.37 | 0.46 | 0.46 |
| Hex | 40 | AD | 65 | 3F | 0 | 2A | 20 | 8C | 2E | 2E |
| Octal | 100 | 255 | 145 | 77 | 0 | 52 | 40 | 214 | 56 | 56 |
| Binary | 1000000 | 10101101 | 1100101 | 111111 | 0 | 101010 | 100000 | 10001100 | 101110 | 101110 |
Color Harmonies of #40AD65
Complementary color
Monochromatic Colors of #40AD65
Black with #40AD65
Text Example
Text Example
White with #40AD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AD65; }
p { color: rgb(64,173,101); }
H1.HeaderClassName
{
color: #40AD65;
}
.AnyTagClassName
{
color: #40AD65;
}
</style>
background-color css
<style>
a { background-color: #40AD65; }
a { background-color: rgb(64,173,101); }
div.DivClassName
{
background-color: #40AD65;
}
.BgClassName
{
background-color: #40AD65;
}
</style>
border-color css
<style>
span { border-color: #40AD65; }
span { border-color: rgb(64,173,101); }
td.TdClassName
{
border-color: #40AD65;
}
.TagClassName
{
border-color: #40AD65;
}
</style>