Shades of Medium Sea Green #40C07B
Tints of Medium Sea Green #40C07B
RGB
CMYK
RGB Variations
Color information
#40C07B (or 0x40C07B) is known color: Medium Sea Green. HEX triplet: 40, C0 and 7B. RGB value is (64,192,123). Sum of RGB (Red+Green+Blue) = 64+192+123=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #40C07B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C07B is #BF3F84. Grayscale: #929292. Windows color (decimal): -12533637 or 8110144. OLE color: 8110144.
HSL color Cylindrical-coordinate representation of color #40C07B: hue angle of 147.66º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C07B is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 192 | 123 | - |
| CMYK | 0.67 | 0 | 0.36 | 0.25 |
| HSL | 147.66º | 0.5% | 0.5% | - |
| HSV(B) | 147.66º | 0.67% | 0.75% | - |
| XYZ | 24.54 | 40.22 | 25.21 | - |
| YUV | 145.86 | 115.09 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 192 | 123 | 0.67 | 0 | 0.36 | 0.25 | 147.66 | 0.5 | 0.5 |
| Hex | 40 | C0 | 7B | 43 | 0 | 24 | 19 | 94 | 32 | 32 |
| Octal | 100 | 300 | 173 | 103 | 0 | 44 | 31 | 224 | 62 | 62 |
| Binary | 1000000 | 11000000 | 1111011 | 1000011 | 0 | 100100 | 11001 | 10010100 | 110010 | 110010 |
Color Harmonies of #40C07B
Complementary color
Monochromatic Colors of #40C07B
Black with #40C07B
Text Example
Text Example
White with #40C07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C07B; }
p { color: rgb(64,192,123); }
H1.HeaderClassName
{
color: #40C07B;
}
.AnyTagClassName
{
color: #40C07B;
}
</style>
background-color css
<style>
a { background-color: #40C07B; }
a { background-color: rgb(64,192,123); }
div.DivClassName
{
background-color: #40C07B;
}
.BgClassName
{
background-color: #40C07B;
}
</style>
border-color css
<style>
span { border-color: #40C07B; }
span { border-color: rgb(64,192,123); }
td.TdClassName
{
border-color: #40C07B;
}
.TagClassName
{
border-color: #40C07B;
}
</style>