Shades of Medium Sea Green #40B16B
Tints of Medium Sea Green #40B16B
RGB
CMYK
RGB Variations
Color information
#40B16B (or 0x40B16B) is known color: Medium Sea Green. HEX triplet: 40, B1 and 6B. RGB value is (64,177,107). Sum of RGB (Red+Green+Blue) = 64+177+107=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 177 (69.53% from 255 or 50.86% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 177 - color contains mainly: green. Hex color #40B16B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B16B is #BF4E94. Grayscale: #878787. Windows color (decimal): -12537493 or 7057728. OLE color: 7057728.
HSL color Cylindrical-coordinate representation of color #40B16B: hue angle of 142.83º 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 #40B16B is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 177 | 107 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.31 |
| HSL | 142.83º | 0.47% | 0.47% | - |
| HSV(B) | 142.83º | 0.64% | 0.69% | - |
| XYZ | 20.49 | 33.6 | 19.31 | - |
| YUV | 135.23 | 112.06 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 177 | 107 | 0.64 | 0 | 0.40 | 0.31 | 142.83 | 0.47 | 0.47 |
| Hex | 40 | B1 | 6B | 40 | 0 | 28 | 1F | 8F | 2F | 2F |
| Octal | 100 | 261 | 153 | 100 | 0 | 50 | 37 | 217 | 57 | 57 |
| Binary | 1000000 | 10110001 | 1101011 | 1000000 | 0 | 101000 | 11111 | 10001111 | 101111 | 101111 |
Color Harmonies of #40B16B
Complementary color
Monochromatic Colors of #40B16B
Black with #40B16B
Text Example
Text Example
White with #40B16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B16B; }
p { color: rgb(64,177,107); }
H1.HeaderClassName
{
color: #40B16B;
}
.AnyTagClassName
{
color: #40B16B;
}
</style>
background-color css
<style>
a { background-color: #40B16B; }
a { background-color: rgb(64,177,107); }
div.DivClassName
{
background-color: #40B16B;
}
.BgClassName
{
background-color: #40B16B;
}
</style>
border-color css
<style>
span { border-color: #40B16B; }
span { border-color: rgb(64,177,107); }
td.TdClassName
{
border-color: #40B16B;
}
.TagClassName
{
border-color: #40B16B;
}
</style>