Shades of Medium Sea Green #40AD80
Tints of Medium Sea Green #40AD80
RGB
CMYK
RGB Variations
Color information
#40AD80 (or 0x40AD80) is known color: Medium Sea Green. HEX triplet: 40, AD and 80. RGB value is (64,173,128). Sum of RGB (Red+Green+Blue) = 64+173+128=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #40AD80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AD80 is #BF527F. Grayscale: #878787. Windows color (decimal): -12538496 or 8432960. OLE color: 8432960.
HSL color Cylindrical-coordinate representation of color #40AD80: hue angle of 155.23º 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 #40AD80 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 173 | 128 | - |
| CMYK | 0.63 | 0 | 0.26 | 0.32 |
| HSL | 155.23º | 0.46% | 0.46% | - |
| HSV(B) | 155.23º | 0.63% | 0.68% | - |
| XYZ | 20.95 | 32.54 | 25.6 | - |
| YUV | 135.28 | 123.89 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 173 | 128 | 0.63 | 0 | 0.26 | 0.32 | 155.23 | 0.46 | 0.46 |
| Hex | 40 | AD | 80 | 3F | 0 | 1A | 20 | 9B | 2E | 2E |
| Octal | 100 | 255 | 200 | 77 | 0 | 32 | 40 | 233 | 56 | 56 |
| Binary | 1000000 | 10101101 | 10000000 | 111111 | 0 | 11010 | 100000 | 10011011 | 101110 | 101110 |
Color Harmonies of #40AD80
Complementary color
Monochromatic Colors of #40AD80
Black with #40AD80
Text Example
Text Example
White with #40AD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AD80; }
p { color: rgb(64,173,128); }
H1.HeaderClassName
{
color: #40AD80;
}
.AnyTagClassName
{
color: #40AD80;
}
</style>
background-color css
<style>
a { background-color: #40AD80; }
a { background-color: rgb(64,173,128); }
div.DivClassName
{
background-color: #40AD80;
}
.BgClassName
{
background-color: #40AD80;
}
</style>
border-color css
<style>
span { border-color: #40AD80; }
span { border-color: rgb(64,173,128); }
td.TdClassName
{
border-color: #40AD80;
}
.TagClassName
{
border-color: #40AD80;
}
</style>