Shades of Medium Sea Green #3DC464
Tints of Medium Sea Green #3DC464
RGB
CMYK
RGB Variations
Color information
#3DC464 (or 0x3DC464) is known color: Medium Sea Green. HEX triplet: 3D, C4 and 64. RGB value is (61,196,100). Sum of RGB (Red+Green+Blue) = 61+196+100=357 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.09% from 357); Green value is 196 (76.95% from 255 or 54.90% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 196 - color contains mainly: green. Hex color #3DC464 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC464 is #C23B9B. Grayscale: #909090. Windows color (decimal): -12729244 or 6603837. OLE color: 6603837.
HSL color Cylindrical-coordinate representation of color #3DC464: hue angle of 137.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC464 is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 196 | 100 | - |
| CMYK | 0.69 | 0 | 0.49 | 0.23 |
| HSL | 137.33º | 0.53% | 0.5% | - |
| HSV(B) | 137.33º | 0.69% | 0.77% | - |
| XYZ | 23.96 | 41.39 | 18.78 | - |
| YUV | 144.69 | 102.77 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 196 | 100 | 0.69 | 0 | 0.49 | 0.23 | 137.33 | 0.53 | 0.5 |
| Hex | 3D | C4 | 64 | 45 | 0 | 31 | 17 | 89 | 35 | 32 |
| Octal | 75 | 304 | 144 | 105 | 0 | 61 | 27 | 211 | 65 | 62 |
| Binary | 111101 | 11000100 | 1100100 | 1000101 | 0 | 110001 | 10111 | 10001001 | 110101 | 110010 |
Color Harmonies of #3DC464
Complementary color
Monochromatic Colors of #3DC464
Black with #3DC464
Text Example
Text Example
White with #3DC464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC464; }
p { color: rgb(61,196,100); }
H1.HeaderClassName
{
color: #3DC464;
}
.AnyTagClassName
{
color: #3DC464;
}
</style>
background-color css
<style>
a { background-color: #3DC464; }
a { background-color: rgb(61,196,100); }
div.DivClassName
{
background-color: #3DC464;
}
.BgClassName
{
background-color: #3DC464;
}
</style>
border-color css
<style>
span { border-color: #3DC464; }
span { border-color: rgb(61,196,100); }
td.TdClassName
{
border-color: #3DC464;
}
.TagClassName
{
border-color: #3DC464;
}
</style>