Shades of Medium Sea Green #40A871
Tints of Medium Sea Green #40A871
RGB
CMYK
RGB Variations
Color information
#40A871 (or 0x40A871) is known color: Medium Sea Green. HEX triplet: 40, A8 and 71. RGB value is (64,168,113). Sum of RGB (Red+Green+Blue) = 64+168+113=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 168 (66.02% from 255 or 48.70% from 345); Blue value is 113 (44.53% from 255 or 32.75% from 345); Max value from RGB is 168 - color contains mainly: green. Hex color #40A871 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A871 is #BF578E. Grayscale: #828282. Windows color (decimal): -12539791 or 7448640. OLE color: 7448640.
HSL color Cylindrical-coordinate representation of color #40A871: hue angle of 148.27º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40A871 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 64 | 168 | 113 | - |
| CMYK | 0.62 | 0 | 0.33 | 0.34 |
| HSL | 148.27º | 0.45% | 0.45% | - |
| HSV(B) | 148.27º | 0.62% | 0.66% | - |
| XYZ | 19.1 | 30.29 | 20.46 | - |
| YUV | 130.63 | 118.04 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 168 | 113 | 0.62 | 0 | 0.33 | 0.34 | 148.27 | 0.45 | 0.45 |
| Hex | 40 | A8 | 71 | 3E | 0 | 21 | 22 | 94 | 2D | 2D |
| Octal | 100 | 250 | 161 | 76 | 0 | 41 | 42 | 224 | 55 | 55 |
| Binary | 1000000 | 10101000 | 1110001 | 111110 | 0 | 100001 | 100010 | 10010100 | 101101 | 101101 |
Color Harmonies of #40A871
Complementary color
Monochromatic Colors of #40A871
Black with #40A871
Text Example
Text Example
White with #40A871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A871; }
p { color: rgb(64,168,113); }
H1.HeaderClassName
{
color: #40A871;
}
.AnyTagClassName
{
color: #40A871;
}
</style>
background-color css
<style>
a { background-color: #40A871; }
a { background-color: rgb(64,168,113); }
div.DivClassName
{
background-color: #40A871;
}
.BgClassName
{
background-color: #40A871;
}
</style>
border-color css
<style>
span { border-color: #40A871; }
span { border-color: rgb(64,168,113); }
td.TdClassName
{
border-color: #40A871;
}
.TagClassName
{
border-color: #40A871;
}
</style>