Shades of Medium Sea Green #3DBC7D
Tints of Medium Sea Green #3DBC7D
RGB
CMYK
RGB Variations
Color information
#3DBC7D (or 0x3DBC7D) is known color: Medium Sea Green. HEX triplet: 3D, BC and 7D. RGB value is (61,188,125). Sum of RGB (Red+Green+Blue) = 61+188+125=374 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.31% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 125 (49.22% from 255 or 33.42% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #3DBC7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBC7D is #C24382. Grayscale: #8E8E8E. Windows color (decimal): -12731267 or 8240189. OLE color: 8240189.
HSL color Cylindrical-coordinate representation of color #3DBC7D: hue angle of 150.24º 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 #3DBC7D is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 188 | 125 | - |
| CMYK | 0.68 | 0 | 0.34 | 0.26 |
| HSL | 150.24º | 0.51% | 0.49% | - |
| HSV(B) | 150.24º | 0.68% | 0.74% | - |
| XYZ | 23.61 | 38.44 | 25.58 | - |
| YUV | 142.85 | 117.92 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 188 | 125 | 0.68 | 0 | 0.34 | 0.26 | 150.24 | 0.51 | 0.49 |
| Hex | 3D | BC | 7D | 44 | 0 | 22 | 1A | 96 | 33 | 31 |
| Octal | 75 | 274 | 175 | 104 | 0 | 42 | 32 | 226 | 63 | 61 |
| Binary | 111101 | 10111100 | 1111101 | 1000100 | 0 | 100010 | 11010 | 10010110 | 110011 | 110001 |
Color Harmonies of #3DBC7D
Complementary color
Monochromatic Colors of #3DBC7D
Black with #3DBC7D
Text Example
Text Example
White with #3DBC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBC7D; }
p { color: rgb(61,188,125); }
H1.HeaderClassName
{
color: #3DBC7D;
}
.AnyTagClassName
{
color: #3DBC7D;
}
</style>
background-color css
<style>
a { background-color: #3DBC7D; }
a { background-color: rgb(61,188,125); }
div.DivClassName
{
background-color: #3DBC7D;
}
.BgClassName
{
background-color: #3DBC7D;
}
</style>
border-color css
<style>
span { border-color: #3DBC7D; }
span { border-color: rgb(61,188,125); }
td.TdClassName
{
border-color: #3DBC7D;
}
.TagClassName
{
border-color: #3DBC7D;
}
</style>