Shades of Medium Sea Green #3DBD7A
Tints of Medium Sea Green #3DBD7A
RGB
CMYK
RGB Variations
Color information
#3DBD7A (or 0x3DBD7A) is known color: Medium Sea Green. HEX triplet: 3D, BD and 7A. RGB value is (61,189,122). Sum of RGB (Red+Green+Blue) = 61+189+122=372 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.40% from 372); Green value is 189 (74.22% from 255 or 50.81% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBD7A is #C24285. Grayscale: #8F8F8F. Windows color (decimal): -12731014 or 8043837. OLE color: 8043837.
HSL color Cylindrical-coordinate representation of color #3DBD7A: hue angle of 148.59º 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 #3DBD7A is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 189 | 122 | - |
| CMYK | 0.68 | 0 | 0.35 | 0.26 |
| HSL | 148.59º | 0.51% | 0.49% | - |
| HSV(B) | 148.59º | 0.68% | 0.74% | - |
| XYZ | 23.63 | 38.79 | 24.65 | - |
| YUV | 143.09 | 116.09 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 122 | 0.68 | 0 | 0.35 | 0.26 | 148.59 | 0.51 | 0.49 |
| Hex | 3D | BD | 7A | 44 | 0 | 23 | 1A | 95 | 33 | 31 |
| Octal | 75 | 275 | 172 | 104 | 0 | 43 | 32 | 225 | 63 | 61 |
| Binary | 111101 | 10111101 | 1111010 | 1000100 | 0 | 100011 | 11010 | 10010101 | 110011 | 110001 |
Color Harmonies of #3DBD7A
Complementary color
Monochromatic Colors of #3DBD7A
Black with #3DBD7A
Text Example
Text Example
White with #3DBD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBD7A; }
p { color: rgb(61,189,122); }
H1.HeaderClassName
{
color: #3DBD7A;
}
.AnyTagClassName
{
color: #3DBD7A;
}
</style>
background-color css
<style>
a { background-color: #3DBD7A; }
a { background-color: rgb(61,189,122); }
div.DivClassName
{
background-color: #3DBD7A;
}
.BgClassName
{
background-color: #3DBD7A;
}
</style>
border-color css
<style>
span { border-color: #3DBD7A; }
span { border-color: rgb(61,189,122); }
td.TdClassName
{
border-color: #3DBD7A;
}
.TagClassName
{
border-color: #3DBD7A;
}
</style>