Shades of Medium Sea Green #3DBD7D
Tints of Medium Sea Green #3DBD7D
RGB
CMYK
RGB Variations
Color information
#3DBD7D (or 0x3DBD7D) is known color: Medium Sea Green. HEX triplet: 3D, BD and 7D. RGB value is (61,189,125). Sum of RGB (Red+Green+Blue) = 61+189+125=375 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.27% from 375); Green value is 189 (74.22% from 255 or 50.4% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBD7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBD7D is #C24282. Grayscale: #8F8F8F. Windows color (decimal): -12731011 or 8240445. OLE color: 8240445.
HSL color Cylindrical-coordinate representation of color #3DBD7D: hue angle of 150º 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 #3DBD7D is Cyan = 0.68, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 189 | 125 | - |
| CMYK | 0.68 | 0 | 0.34 | 0.26 |
| HSL | 150º | 0.51% | 0.49% | - |
| HSV(B) | 150º | 0.68% | 0.74% | - |
| XYZ | 23.82 | 38.87 | 25.65 | - |
| YUV | 143.43 | 117.59 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 125 | 0.68 | 0 | 0.34 | 0.26 | 150 | 0.51 | 0.49 |
| Hex | 3D | BD | 7D | 44 | 0 | 22 | 1A | 96 | 33 | 31 |
| Octal | 75 | 275 | 175 | 104 | 0 | 42 | 32 | 226 | 63 | 61 |
| Binary | 111101 | 10111101 | 1111101 | 1000100 | 0 | 100010 | 11010 | 10010110 | 110011 | 110001 |
Color Harmonies of #3DBD7D
Complementary color
Monochromatic Colors of #3DBD7D
Black with #3DBD7D
Text Example
Text Example
White with #3DBD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBD7D; }
p { color: rgb(61,189,125); }
H1.HeaderClassName
{
color: #3DBD7D;
}
.AnyTagClassName
{
color: #3DBD7D;
}
</style>
background-color css
<style>
a { background-color: #3DBD7D; }
a { background-color: rgb(61,189,125); }
div.DivClassName
{
background-color: #3DBD7D;
}
.BgClassName
{
background-color: #3DBD7D;
}
</style>
border-color css
<style>
span { border-color: #3DBD7D; }
span { border-color: rgb(61,189,125); }
td.TdClassName
{
border-color: #3DBD7D;
}
.TagClassName
{
border-color: #3DBD7D;
}
</style>