Shades of Medium Sea Green #40B16F
Tints of Medium Sea Green #40B16F
RGB
CMYK
RGB Variations
Color information
#40B16F (or 0x40B16F) is known color: Medium Sea Green. HEX triplet: 40, B1 and 6F. RGB value is (64,177,111). Sum of RGB (Red+Green+Blue) = 64+177+111=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 177 (69.53% from 255 or 50.28% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 177 - color contains mainly: green. Hex color #40B16F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B16F is #BF4E90. Grayscale: #878787. Windows color (decimal): -12537489 or 7319872. OLE color: 7319872.
HSL color Cylindrical-coordinate representation of color #40B16F: hue angle of 144.96º 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 #40B16F is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 177 | 111 | - |
| CMYK | 0.64 | 0 | 0.37 | 0.31 |
| HSL | 144.96º | 0.47% | 0.47% | - |
| HSV(B) | 144.96º | 0.64% | 0.69% | - |
| XYZ | 20.71 | 33.68 | 20.45 | - |
| YUV | 135.69 | 114.06 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 177 | 111 | 0.64 | 0 | 0.37 | 0.31 | 144.96 | 0.47 | 0.47 |
| Hex | 40 | B1 | 6F | 40 | 0 | 25 | 1F | 91 | 2F | 2F |
| Octal | 100 | 261 | 157 | 100 | 0 | 45 | 37 | 221 | 57 | 57 |
| Binary | 1000000 | 10110001 | 1101111 | 1000000 | 0 | 100101 | 11111 | 10010001 | 101111 | 101111 |
Color Harmonies of #40B16F
Complementary color
Monochromatic Colors of #40B16F
Black with #40B16F
Text Example
Text Example
White with #40B16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B16F; }
p { color: rgb(64,177,111); }
H1.HeaderClassName
{
color: #40B16F;
}
.AnyTagClassName
{
color: #40B16F;
}
</style>
background-color css
<style>
a { background-color: #40B16F; }
a { background-color: rgb(64,177,111); }
div.DivClassName
{
background-color: #40B16F;
}
.BgClassName
{
background-color: #40B16F;
}
</style>
border-color css
<style>
span { border-color: #40B16F; }
span { border-color: rgb(64,177,111); }
td.TdClassName
{
border-color: #40B16F;
}
.TagClassName
{
border-color: #40B16F;
}
</style>