Shades of Medium Sea Green #40A777
Tints of Medium Sea Green #40A777
RGB
CMYK
RGB Variations
Color information
#40A777 (or 0x40A777) is known color: Medium Sea Green. HEX triplet: 40, A7 and 77. RGB value is (64,167,119). Sum of RGB (Red+Green+Blue) = 64+167+119=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 167 (65.62% from 255 or 47.71% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 167 - color contains mainly: green. Hex color #40A777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A777 is #BF5888. Grayscale: #828282. Windows color (decimal): -12540041 or 7841600. OLE color: 7841600.
HSL color Cylindrical-coordinate representation of color #40A777: hue angle of 152.04º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40A777 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 167 | 119 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.35 |
| HSL | 152.04º | 0.45% | 0.45% | - |
| HSV(B) | 152.04º | 0.62% | 0.65% | - |
| XYZ | 19.26 | 30.06 | 22.24 | - |
| YUV | 130.73 | 121.38 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 167 | 119 | 0.62 | 0 | 0.29 | 0.35 | 152.04 | 0.45 | 0.45 |
| Hex | 40 | A7 | 77 | 3E | 0 | 1D | 23 | 98 | 2D | 2D |
| Octal | 100 | 247 | 167 | 76 | 0 | 35 | 43 | 230 | 55 | 55 |
| Binary | 1000000 | 10100111 | 1110111 | 111110 | 0 | 11101 | 100011 | 10011000 | 101101 | 101101 |
Color Harmonies of #40A777
Complementary color
Monochromatic Colors of #40A777
Black with #40A777
Text Example
Text Example
White with #40A777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A777; }
p { color: rgb(64,167,119); }
H1.HeaderClassName
{
color: #40A777;
}
.AnyTagClassName
{
color: #40A777;
}
</style>
background-color css
<style>
a { background-color: #40A777; }
a { background-color: rgb(64,167,119); }
div.DivClassName
{
background-color: #40A777;
}
.BgClassName
{
background-color: #40A777;
}
</style>
border-color css
<style>
span { border-color: #40A777; }
span { border-color: rgb(64,167,119); }
td.TdClassName
{
border-color: #40A777;
}
.TagClassName
{
border-color: #40A777;
}
</style>