Shades of Medium Sea Green #3DBD74
Tints of Medium Sea Green #3DBD74
RGB
CMYK
RGB Variations
Color information
#3DBD74 (or 0x3DBD74) is known color: Medium Sea Green. HEX triplet: 3D, BD and 74. RGB value is (61,189,116). Sum of RGB (Red+Green+Blue) = 61+189+116=366 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.67% from 366); Green value is 189 (74.22% from 255 or 51.64% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBD74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBD74 is #C2428B. Grayscale: #8E8E8E. Windows color (decimal): -12731020 or 7650621. OLE color: 7650621.
HSL color Cylindrical-coordinate representation of color #3DBD74: hue angle of 145.78º 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 #3DBD74 is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 189 | 116 | - |
| CMYK | 0.68 | 0 | 0.39 | 0.26 |
| HSL | 145.78º | 0.51% | 0.49% | - |
| HSV(B) | 145.78º | 0.68% | 0.74% | - |
| XYZ | 23.27 | 38.65 | 22.76 | - |
| YUV | 142.41 | 113.09 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 116 | 0.68 | 0 | 0.39 | 0.26 | 145.78 | 0.51 | 0.49 |
| Hex | 3D | BD | 74 | 44 | 0 | 27 | 1A | 92 | 33 | 31 |
| Octal | 75 | 275 | 164 | 104 | 0 | 47 | 32 | 222 | 63 | 61 |
| Binary | 111101 | 10111101 | 1110100 | 1000100 | 0 | 100111 | 11010 | 10010010 | 110011 | 110001 |
Color Harmonies of #3DBD74
Complementary color
Monochromatic Colors of #3DBD74
Black with #3DBD74
Text Example
Text Example
White with #3DBD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBD74; }
p { color: rgb(61,189,116); }
H1.HeaderClassName
{
color: #3DBD74;
}
.AnyTagClassName
{
color: #3DBD74;
}
</style>
background-color css
<style>
a { background-color: #3DBD74; }
a { background-color: rgb(61,189,116); }
div.DivClassName
{
background-color: #3DBD74;
}
.BgClassName
{
background-color: #3DBD74;
}
</style>
border-color css
<style>
span { border-color: #3DBD74; }
span { border-color: rgb(61,189,116); }
td.TdClassName
{
border-color: #3DBD74;
}
.TagClassName
{
border-color: #3DBD74;
}
</style>