Shades of Medium Sea Green #40BB7C
Tints of Medium Sea Green #40BB7C
RGB
CMYK
RGB Variations
Color information
#40BB7C (or 0x40BB7C) is known color: Medium Sea Green. HEX triplet: 40, BB and 7C. RGB value is (64,187,124). Sum of RGB (Red+Green+Blue) = 64+187+124=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 187 (73.44% from 255 or 49.87% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 187 - color contains mainly: green. Hex color #40BB7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BB7C is #BF4483. Grayscale: #8F8F8F. Windows color (decimal): -12534916 or 8174400. OLE color: 8174400.
HSL color Cylindrical-coordinate representation of color #40BB7C: hue angle of 149.27º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BB7C is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 187 | 124 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.27 |
| HSL | 149.27º | 0.49% | 0.49% | - |
| HSV(B) | 149.27º | 0.66% | 0.73% | - |
| XYZ | 23.52 | 38.09 | 25.18 | - |
| YUV | 143.04 | 117.25 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 187 | 124 | 0.66 | 0 | 0.34 | 0.27 | 149.27 | 0.49 | 0.49 |
| Hex | 40 | BB | 7C | 42 | 0 | 22 | 1B | 95 | 31 | 31 |
| Octal | 100 | 273 | 174 | 102 | 0 | 42 | 33 | 225 | 61 | 61 |
| Binary | 1000000 | 10111011 | 1111100 | 1000010 | 0 | 100010 | 11011 | 10010101 | 110001 | 110001 |
Color Harmonies of #40BB7C
Complementary color
Monochromatic Colors of #40BB7C
Black with #40BB7C
Text Example
Text Example
White with #40BB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BB7C; }
p { color: rgb(64,187,124); }
H1.HeaderClassName
{
color: #40BB7C;
}
.AnyTagClassName
{
color: #40BB7C;
}
</style>
background-color css
<style>
a { background-color: #40BB7C; }
a { background-color: rgb(64,187,124); }
div.DivClassName
{
background-color: #40BB7C;
}
.BgClassName
{
background-color: #40BB7C;
}
</style>
border-color css
<style>
span { border-color: #40BB7C; }
span { border-color: rgb(64,187,124); }
td.TdClassName
{
border-color: #40BB7C;
}
.TagClassName
{
border-color: #40BB7C;
}
</style>