Shades of Medium Sea Green #40B16A
Tints of Medium Sea Green #40B16A
RGB
CMYK
RGB Variations
Color information
#40B16A (or 0x40B16A) is known color: Medium Sea Green. HEX triplet: 40, B1 and 6A. RGB value is (64,177,106). Sum of RGB (Red+Green+Blue) = 64+177+106=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 177 (69.53% from 255 or 51.01% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 177 - color contains mainly: green. Hex color #40B16A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B16A is #BF4E95. Grayscale: #878787. Windows color (decimal): -12537494 or 6992192. OLE color: 6992192.
HSL color Cylindrical-coordinate representation of color #40B16A: hue angle of 142.3º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B16A is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 177 | 106 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.31 |
| HSL | 142.3º | 0.47% | 0.47% | - |
| HSV(B) | 142.3º | 0.64% | 0.69% | - |
| XYZ | 20.44 | 33.57 | 19.04 | - |
| YUV | 135.12 | 111.56 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 177 | 106 | 0.64 | 0 | 0.40 | 0.31 | 142.3 | 0.47 | 0.47 |
| Hex | 40 | B1 | 6A | 40 | 0 | 28 | 1F | 8E | 2F | 2F |
| Octal | 100 | 261 | 152 | 100 | 0 | 50 | 37 | 216 | 57 | 57 |
| Binary | 1000000 | 10110001 | 1101010 | 1000000 | 0 | 101000 | 11111 | 10001110 | 101111 | 101111 |
Color Harmonies of #40B16A
Complementary color
Monochromatic Colors of #40B16A
Black with #40B16A
Text Example
Text Example
White with #40B16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B16A; }
p { color: rgb(64,177,106); }
H1.HeaderClassName
{
color: #40B16A;
}
.AnyTagClassName
{
color: #40B16A;
}
</style>
background-color css
<style>
a { background-color: #40B16A; }
a { background-color: rgb(64,177,106); }
div.DivClassName
{
background-color: #40B16A;
}
.BgClassName
{
background-color: #40B16A;
}
</style>
border-color css
<style>
span { border-color: #40B16A; }
span { border-color: rgb(64,177,106); }
td.TdClassName
{
border-color: #40B16A;
}
.TagClassName
{
border-color: #40B16A;
}
</style>