Shades of Medium Sea Green #40B47C
Tints of Medium Sea Green #40B47C
RGB
CMYK
RGB Variations
Color information
#40B47C (or 0x40B47C) is known color: Medium Sea Green. HEX triplet: 40, B4 and 7C. RGB value is (64,180,124). Sum of RGB (Red+Green+Blue) = 64+180+124=368 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.39% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #40B47C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B47C is #BF4B83. Grayscale: #8B8B8B. Windows color (decimal): -12536708 or 8172608. OLE color: 8172608.
HSL color Cylindrical-coordinate representation of color #40B47C: hue angle of 151.03º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B47C is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 180 | 124 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.29 |
| HSL | 151.03º | 0.48% | 0.48% | - |
| HSV(B) | 151.03º | 0.64% | 0.71% | - |
| XYZ | 22.07 | 35.19 | 24.7 | - |
| YUV | 138.93 | 119.57 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 180 | 124 | 0.64 | 0 | 0.31 | 0.29 | 151.03 | 0.48 | 0.48 |
| Hex | 40 | B4 | 7C | 40 | 0 | 1F | 1D | 97 | 30 | 30 |
| Octal | 100 | 264 | 174 | 100 | 0 | 37 | 35 | 227 | 60 | 60 |
| Binary | 1000000 | 10110100 | 1111100 | 1000000 | 0 | 11111 | 11101 | 10010111 | 110000 | 110000 |
Color Harmonies of #40B47C
Complementary color
Monochromatic Colors of #40B47C
Black with #40B47C
Text Example
Text Example
White with #40B47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B47C; }
p { color: rgb(64,180,124); }
H1.HeaderClassName
{
color: #40B47C;
}
.AnyTagClassName
{
color: #40B47C;
}
</style>
background-color css
<style>
a { background-color: #40B47C; }
a { background-color: rgb(64,180,124); }
div.DivClassName
{
background-color: #40B47C;
}
.BgClassName
{
background-color: #40B47C;
}
</style>
border-color css
<style>
span { border-color: #40B47C; }
span { border-color: rgb(64,180,124); }
td.TdClassName
{
border-color: #40B47C;
}
.TagClassName
{
border-color: #40B47C;
}
</style>