Shades of Medium Sea Green #3DBC64
Tints of Medium Sea Green #3DBC64
RGB
CMYK
RGB Variations
Color information
#3DBC64 (or 0x3DBC64) is known color: Medium Sea Green. HEX triplet: 3D, BC and 64. RGB value is (61,188,100). Sum of RGB (Red+Green+Blue) = 61+188+100=349 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.48% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #3DBC64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBC64 is #C2439B. Grayscale: #8C8C8C. Windows color (decimal): -12731292 or 6601789. OLE color: 6601789.
HSL color Cylindrical-coordinate representation of color #3DBC64: hue angle of 138.43º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBC64 is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 188 | 100 | - |
| CMYK | 0.68 | 0 | 0.47 | 0.26 |
| HSL | 138.43º | 0.51% | 0.49% | - |
| HSV(B) | 138.43º | 0.68% | 0.74% | - |
| XYZ | 22.21 | 37.88 | 18.2 | - |
| YUV | 140 | 105.42 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 188 | 100 | 0.68 | 0 | 0.47 | 0.26 | 138.43 | 0.51 | 0.49 |
| Hex | 3D | BC | 64 | 44 | 0 | 2F | 1A | 8A | 33 | 31 |
| Octal | 75 | 274 | 144 | 104 | 0 | 57 | 32 | 212 | 63 | 61 |
| Binary | 111101 | 10111100 | 1100100 | 1000100 | 0 | 101111 | 11010 | 10001010 | 110011 | 110001 |
Color Harmonies of #3DBC64
Complementary color
Monochromatic Colors of #3DBC64
Black with #3DBC64
Text Example
Text Example
White with #3DBC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBC64; }
p { color: rgb(61,188,100); }
H1.HeaderClassName
{
color: #3DBC64;
}
.AnyTagClassName
{
color: #3DBC64;
}
</style>
background-color css
<style>
a { background-color: #3DBC64; }
a { background-color: rgb(61,188,100); }
div.DivClassName
{
background-color: #3DBC64;
}
.BgClassName
{
background-color: #3DBC64;
}
</style>
border-color css
<style>
span { border-color: #3DBC64; }
span { border-color: rgb(61,188,100); }
td.TdClassName
{
border-color: #3DBC64;
}
.TagClassName
{
border-color: #3DBC64;
}
</style>