Shades of Medium Sea Green #3DBC68
Tints of Medium Sea Green #3DBC68
RGB
CMYK
RGB Variations
Color information
#3DBC68 (or 0x3DBC68) is known color: Medium Sea Green. HEX triplet: 3D, BC and 68. RGB value is (61,188,104). Sum of RGB (Red+Green+Blue) = 61+188+104=353 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.28% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #3DBC68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBC68 is #C24397. Grayscale: #8C8C8C. Windows color (decimal): -12731288 or 6863933. OLE color: 6863933.
HSL color Cylindrical-coordinate representation of color #3DBC68: hue angle of 140.31º 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 #3DBC68 is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 188 | 104 | - |
| CMYK | 0.68 | 0 | 0.45 | 0.26 |
| HSL | 140.32º | 0.51% | 0.49% | - |
| HSV(B) | 140.32º | 0.68% | 0.74% | - |
| XYZ | 22.41 | 37.96 | 19.24 | - |
| YUV | 140.45 | 107.42 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 188 | 104 | 0.68 | 0 | 0.45 | 0.26 | 140.32 | 0.51 | 0.49 |
| Hex | 3D | BC | 68 | 44 | 0 | 2D | 1A | 8C | 33 | 31 |
| Octal | 75 | 274 | 150 | 104 | 0 | 55 | 32 | 214 | 63 | 61 |
| Binary | 111101 | 10111100 | 1101000 | 1000100 | 0 | 101101 | 11010 | 10001100 | 110011 | 110001 |
Color Harmonies of #3DBC68
Complementary color
Monochromatic Colors of #3DBC68
Black with #3DBC68
Text Example
Text Example
White with #3DBC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBC68; }
p { color: rgb(61,188,104); }
H1.HeaderClassName
{
color: #3DBC68;
}
.AnyTagClassName
{
color: #3DBC68;
}
</style>
background-color css
<style>
a { background-color: #3DBC68; }
a { background-color: rgb(61,188,104); }
div.DivClassName
{
background-color: #3DBC68;
}
.BgClassName
{
background-color: #3DBC68;
}
</style>
border-color css
<style>
span { border-color: #3DBC68; }
span { border-color: rgb(61,188,104); }
td.TdClassName
{
border-color: #3DBC68;
}
.TagClassName
{
border-color: #3DBC68;
}
</style>