Shades of Medium Sea Green #40B785
Tints of Medium Sea Green #40B785
RGB
CMYK
RGB Variations
Color information
#40B785 (or 0x40B785) is known color: Medium Sea Green. HEX triplet: 40, B7 and 85. RGB value is (64,183,133). Sum of RGB (Red+Green+Blue) = 64+183+133=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 183 (71.88% from 255 or 48.16% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 183 - color contains mainly: green. Hex color #40B785 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B785 is #BF487A. Grayscale: #8D8D8D. Windows color (decimal): -12535931 or 8763200. OLE color: 8763200.
HSL color Cylindrical-coordinate representation of color #40B785: hue angle of 154.79º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B785 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 183 | 133 | - |
| CMYK | 0.65 | 0 | 0.27 | 0.28 |
| HSL | 154.79º | 0.48% | 0.48% | - |
| HSV(B) | 154.79º | 0.65% | 0.72% | - |
| XYZ | 23.28 | 36.65 | 28.04 | - |
| YUV | 141.72 | 123.08 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 183 | 133 | 0.65 | 0 | 0.27 | 0.28 | 154.79 | 0.48 | 0.48 |
| Hex | 40 | B7 | 85 | 41 | 0 | 1B | 1C | 9B | 30 | 30 |
| Octal | 100 | 267 | 205 | 101 | 0 | 33 | 34 | 233 | 60 | 60 |
| Binary | 1000000 | 10110111 | 10000101 | 1000001 | 0 | 11011 | 11100 | 10011011 | 110000 | 110000 |
Color Harmonies of #40B785
Complementary color
Monochromatic Colors of #40B785
Black with #40B785
Text Example
Text Example
White with #40B785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B785; }
p { color: rgb(64,183,133); }
H1.HeaderClassName
{
color: #40B785;
}
.AnyTagClassName
{
color: #40B785;
}
</style>
background-color css
<style>
a { background-color: #40B785; }
a { background-color: rgb(64,183,133); }
div.DivClassName
{
background-color: #40B785;
}
.BgClassName
{
background-color: #40B785;
}
</style>
border-color css
<style>
span { border-color: #40B785; }
span { border-color: rgb(64,183,133); }
td.TdClassName
{
border-color: #40B785;
}
.TagClassName
{
border-color: #40B785;
}
</style>