Shades of Medium Sea Green #40B26B
Tints of Medium Sea Green #40B26B
RGB
CMYK
RGB Variations
Color information
#40B26B (or 0x40B26B) is known color: Medium Sea Green. HEX triplet: 40, B2 and 6B. RGB value is (64,178,107). Sum of RGB (Red+Green+Blue) = 64+178+107=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 178 (69.92% from 255 or 51.00% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 178 - color contains mainly: green. Hex color #40B26B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B26B is #BF4D94. Grayscale: #878787. Windows color (decimal): -12537237 or 7057984. OLE color: 7057984.
HSL color Cylindrical-coordinate representation of color #40B26B: hue angle of 142.63º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B26B is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 178 | 107 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.30 |
| HSL | 142.63º | 0.47% | 0.47% | - |
| HSV(B) | 142.63º | 0.64% | 0.7% | - |
| XYZ | 20.69 | 33.99 | 19.38 | - |
| YUV | 135.82 | 111.73 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 178 | 107 | 0.64 | 0 | 0.40 | 0.30 | 142.63 | 0.47 | 0.47 |
| Hex | 40 | B2 | 6B | 40 | 0 | 28 | 1E | 8F | 2F | 2F |
| Octal | 100 | 262 | 153 | 100 | 0 | 50 | 36 | 217 | 57 | 57 |
| Binary | 1000000 | 10110010 | 1101011 | 1000000 | 0 | 101000 | 11110 | 10001111 | 101111 | 101111 |
Color Harmonies of #40B26B
Complementary color
Monochromatic Colors of #40B26B
Black with #40B26B
Text Example
Text Example
White with #40B26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B26B; }
p { color: rgb(64,178,107); }
H1.HeaderClassName
{
color: #40B26B;
}
.AnyTagClassName
{
color: #40B26B;
}
</style>
background-color css
<style>
a { background-color: #40B26B; }
a { background-color: rgb(64,178,107); }
div.DivClassName
{
background-color: #40B26B;
}
.BgClassName
{
background-color: #40B26B;
}
</style>
border-color css
<style>
span { border-color: #40B26B; }
span { border-color: rgb(64,178,107); }
td.TdClassName
{
border-color: #40B26B;
}
.TagClassName
{
border-color: #40B26B;
}
</style>