Shades of Medium Sea Green #40BD7D
Tints of Medium Sea Green #40BD7D
RGB
CMYK
RGB Variations
Color information
#40BD7D (or 0x40BD7D) is known color: Medium Sea Green. HEX triplet: 40, BD and 7D. RGB value is (64,189,125). Sum of RGB (Red+Green+Blue) = 64+189+125=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #40BD7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BD7D is #BF4282. Grayscale: #909090. Windows color (decimal): -12534403 or 8240448. OLE color: 8240448.
HSL color Cylindrical-coordinate representation of color #40BD7D: hue angle of 149.28º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BD7D is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 189 | 125 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.26 |
| HSL | 149.28º | 0.49% | 0.5% | - |
| HSV(B) | 149.28º | 0.66% | 0.74% | - |
| XYZ | 24.01 | 38.97 | 25.66 | - |
| YUV | 144.33 | 117.09 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 189 | 125 | 0.66 | 0 | 0.34 | 0.26 | 149.28 | 0.49 | 0.5 |
| Hex | 40 | BD | 7D | 42 | 0 | 22 | 1A | 95 | 31 | 32 |
| Octal | 100 | 275 | 175 | 102 | 0 | 42 | 32 | 225 | 61 | 62 |
| Binary | 1000000 | 10111101 | 1111101 | 1000010 | 0 | 100010 | 11010 | 10010101 | 110001 | 110010 |
Color Harmonies of #40BD7D
Complementary color
Monochromatic Colors of #40BD7D
Black with #40BD7D
Text Example
Text Example
White with #40BD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BD7D; }
p { color: rgb(64,189,125); }
H1.HeaderClassName
{
color: #40BD7D;
}
.AnyTagClassName
{
color: #40BD7D;
}
</style>
background-color css
<style>
a { background-color: #40BD7D; }
a { background-color: rgb(64,189,125); }
div.DivClassName
{
background-color: #40BD7D;
}
.BgClassName
{
background-color: #40BD7D;
}
</style>
border-color css
<style>
span { border-color: #40BD7D; }
span { border-color: rgb(64,189,125); }
td.TdClassName
{
border-color: #40BD7D;
}
.TagClassName
{
border-color: #40BD7D;
}
</style>