Shades of Medium Sea Green #3DBC85
Tints of Medium Sea Green #3DBC85
RGB
CMYK
RGB Variations
Color information
#3DBC85 (or 0x3DBC85) is known color: Medium Sea Green. HEX triplet: 3D, BC and 85. RGB value is (61,188,133). Sum of RGB (Red+Green+Blue) = 61+188+133=382 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.97% from 382); Green value is 188 (73.83% from 255 or 49.21% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 188 - color contains mainly: green. Hex color #3DBC85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBC85 is #C2437A. Grayscale: #8F8F8F. Windows color (decimal): -12731259 or 8764477. OLE color: 8764477.
HSL color Cylindrical-coordinate representation of color #3DBC85: hue angle of 154.02º 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 #3DBC85 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 188 | 133 | - |
| CMYK | 0.68 | 0 | 0.29 | 0.26 |
| HSL | 154.02º | 0.51% | 0.49% | - |
| HSV(B) | 154.02º | 0.68% | 0.74% | - |
| XYZ | 24.14 | 38.65 | 28.38 | - |
| YUV | 143.76 | 121.92 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 188 | 133 | 0.68 | 0 | 0.29 | 0.26 | 154.02 | 0.51 | 0.49 |
| Hex | 3D | BC | 85 | 44 | 0 | 1D | 1A | 9A | 33 | 31 |
| Octal | 75 | 274 | 205 | 104 | 0 | 35 | 32 | 232 | 63 | 61 |
| Binary | 111101 | 10111100 | 10000101 | 1000100 | 0 | 11101 | 11010 | 10011010 | 110011 | 110001 |
Color Harmonies of #3DBC85
Complementary color
Monochromatic Colors of #3DBC85
Black with #3DBC85
Text Example
Text Example
White with #3DBC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBC85; }
p { color: rgb(61,188,133); }
H1.HeaderClassName
{
color: #3DBC85;
}
.AnyTagClassName
{
color: #3DBC85;
}
</style>
background-color css
<style>
a { background-color: #3DBC85; }
a { background-color: rgb(61,188,133); }
div.DivClassName
{
background-color: #3DBC85;
}
.BgClassName
{
background-color: #3DBC85;
}
</style>
border-color css
<style>
span { border-color: #3DBC85; }
span { border-color: rgb(61,188,133); }
td.TdClassName
{
border-color: #3DBC85;
}
.TagClassName
{
border-color: #3DBC85;
}
</style>