Shades of Medium Sea Green #40B16C
Tints of Medium Sea Green #40B16C
RGB
CMYK
RGB Variations
Color information
#40B16C (or 0x40B16C) is known color: Medium Sea Green. HEX triplet: 40, B1 and 6C. RGB value is (64,177,108). Sum of RGB (Red+Green+Blue) = 64+177+108=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #40B16C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40B16C is #BF4E93. Grayscale: #878787. Windows color (decimal): -12537492 or 7123264. OLE color: 7123264.
HSL color Cylindrical-coordinate representation of color #40B16C: hue angle of 143.36º 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 #40B16C is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 177 | 108 | - |
| CMYK | 0.64 | 0 | 0.39 | 0.31 |
| HSL | 143.36º | 0.47% | 0.47% | - |
| HSV(B) | 143.36º | 0.64% | 0.69% | - |
| XYZ | 20.54 | 33.62 | 19.59 | - |
| YUV | 135.35 | 112.56 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 177 | 108 | 0.64 | 0 | 0.39 | 0.31 | 143.36 | 0.47 | 0.47 |
| Hex | 40 | B1 | 6C | 40 | 0 | 27 | 1F | 8F | 2F | 2F |
| Octal | 100 | 261 | 154 | 100 | 0 | 47 | 37 | 217 | 57 | 57 |
| Binary | 1000000 | 10110001 | 1101100 | 1000000 | 0 | 100111 | 11111 | 10001111 | 101111 | 101111 |
Color Harmonies of #40B16C
Complementary color
Monochromatic Colors of #40B16C
Black with #40B16C
Text Example
Text Example
White with #40B16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B16C; }
p { color: rgb(64,177,108); }
H1.HeaderClassName
{
color: #40B16C;
}
.AnyTagClassName
{
color: #40B16C;
}
</style>
background-color css
<style>
a { background-color: #40B16C; }
a { background-color: rgb(64,177,108); }
div.DivClassName
{
background-color: #40B16C;
}
.BgClassName
{
background-color: #40B16C;
}
</style>
border-color css
<style>
span { border-color: #40B16C; }
span { border-color: rgb(64,177,108); }
td.TdClassName
{
border-color: #40B16C;
}
.TagClassName
{
border-color: #40B16C;
}
</style>