Shades of Medium Sea Green #3DBC60
Tints of Medium Sea Green #3DBC60
RGB
CMYK
RGB Variations
Color information
#3DBC60 (or 0x3DBC60) is known color: Medium Sea Green. HEX triplet: 3D, BC and 60. RGB value is (61,188,96). Sum of RGB (Red+Green+Blue) = 61+188+96=345 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.68% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #3DBC60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBC60 is #C2439F. Grayscale: #8B8B8B. Windows color (decimal): -12731296 or 6339645. OLE color: 6339645.
HSL color Cylindrical-coordinate representation of color #3DBC60: hue angle of 136.54º 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 #3DBC60 is Cyan = 0.68, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 188 | 96 | - |
| CMYK | 0.68 | 0 | 0.49 | 0.26 |
| HSL | 136.54º | 0.51% | 0.49% | - |
| HSV(B) | 136.54º | 0.68% | 0.74% | - |
| XYZ | 22.02 | 37.8 | 17.2 | - |
| YUV | 139.54 | 103.42 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 188 | 96 | 0.68 | 0 | 0.49 | 0.26 | 136.54 | 0.51 | 0.49 |
| Hex | 3D | BC | 60 | 44 | 0 | 31 | 1A | 89 | 33 | 31 |
| Octal | 75 | 274 | 140 | 104 | 0 | 61 | 32 | 211 | 63 | 61 |
| Binary | 111101 | 10111100 | 1100000 | 1000100 | 0 | 110001 | 11010 | 10001001 | 110011 | 110001 |
Color Harmonies of #3DBC60
Complementary color
Monochromatic Colors of #3DBC60
Black with #3DBC60
Text Example
Text Example
White with #3DBC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBC60; }
p { color: rgb(61,188,96); }
H1.HeaderClassName
{
color: #3DBC60;
}
.AnyTagClassName
{
color: #3DBC60;
}
</style>
background-color css
<style>
a { background-color: #3DBC60; }
a { background-color: rgb(61,188,96); }
div.DivClassName
{
background-color: #3DBC60;
}
.BgClassName
{
background-color: #3DBC60;
}
</style>
border-color css
<style>
span { border-color: #3DBC60; }
span { border-color: rgb(61,188,96); }
td.TdClassName
{
border-color: #3DBC60;
}
.TagClassName
{
border-color: #3DBC60;
}
</style>