Shades of Medium Sea Green #40B860
Tints of Medium Sea Green #40B860
RGB
CMYK
RGB Variations
Color information
#40B860 (or 0x40B860) is known color: Medium Sea Green. HEX triplet: 40, B8 and 60. RGB value is (64,184,96). Sum of RGB (Red+Green+Blue) = 64+184+96=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 184 (72.27% from 255 or 53.49% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 184 - color contains mainly: green. Hex color #40B860 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B860 is #BF479F. Grayscale: #8A8A8A. Windows color (decimal): -12535712 or 6338624. OLE color: 6338624.
HSL color Cylindrical-coordinate representation of color #40B860: hue angle of 136º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B860 is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 184 | 96 | - |
| CMYK | 0.65 | 0 | 0.48 | 0.28 |
| HSL | 136º | 0.48% | 0.49% | - |
| HSV(B) | 136º | 0.65% | 0.72% | - |
| XYZ | 21.37 | 36.22 | 16.93 | - |
| YUV | 138.09 | 104.24 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 184 | 96 | 0.65 | 0 | 0.48 | 0.28 | 136 | 0.48 | 0.49 |
| Hex | 40 | B8 | 60 | 41 | 0 | 30 | 1C | 88 | 30 | 31 |
| Octal | 100 | 270 | 140 | 101 | 0 | 60 | 34 | 210 | 60 | 61 |
| Binary | 1000000 | 10111000 | 1100000 | 1000001 | 0 | 110000 | 11100 | 10001000 | 110000 | 110001 |
Color Harmonies of #40B860
Complementary color
Monochromatic Colors of #40B860
Black with #40B860
Text Example
Text Example
White with #40B860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B860; }
p { color: rgb(64,184,96); }
H1.HeaderClassName
{
color: #40B860;
}
.AnyTagClassName
{
color: #40B860;
}
</style>
background-color css
<style>
a { background-color: #40B860; }
a { background-color: rgb(64,184,96); }
div.DivClassName
{
background-color: #40B860;
}
.BgClassName
{
background-color: #40B860;
}
</style>
border-color css
<style>
span { border-color: #40B860; }
span { border-color: rgb(64,184,96); }
td.TdClassName
{
border-color: #40B860;
}
.TagClassName
{
border-color: #40B860;
}
</style>