Shades of Medium Sea Green #3DBD81
Tints of Medium Sea Green #3DBD81
RGB
CMYK
RGB Variations
Color information
#3DBD81 (or 0x3DBD81) is known color: Medium Sea Green. HEX triplet: 3D, BD and 81. RGB value is (61,189,129). Sum of RGB (Red+Green+Blue) = 61+189+129=379 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.09% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 129 (50.78% from 255 or 34.04% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #3DBD81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DBD81 is #C2427E. Grayscale: #909090. Windows color (decimal): -12731007 or 8502589. OLE color: 8502589.
HSL color Cylindrical-coordinate representation of color #3DBD81: hue angle of 151.88º 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 #3DBD81 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 189 | 129 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.26 |
| HSL | 151.88º | 0.51% | 0.49% | - |
| HSV(B) | 151.88º | 0.68% | 0.74% | - |
| XYZ | 24.08 | 38.97 | 27.02 | - |
| YUV | 143.89 | 119.59 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 189 | 129 | 0.68 | 0 | 0.32 | 0.26 | 151.88 | 0.51 | 0.49 |
| Hex | 3D | BD | 81 | 44 | 0 | 20 | 1A | 98 | 33 | 31 |
| Octal | 75 | 275 | 201 | 104 | 0 | 40 | 32 | 230 | 63 | 61 |
| Binary | 111101 | 10111101 | 10000001 | 1000100 | 0 | 100000 | 11010 | 10011000 | 110011 | 110001 |
Color Harmonies of #3DBD81
Complementary color
Monochromatic Colors of #3DBD81
Black with #3DBD81
Text Example
Text Example
White with #3DBD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBD81; }
p { color: rgb(61,189,129); }
H1.HeaderClassName
{
color: #3DBD81;
}
.AnyTagClassName
{
color: #3DBD81;
}
</style>
background-color css
<style>
a { background-color: #3DBD81; }
a { background-color: rgb(61,189,129); }
div.DivClassName
{
background-color: #3DBD81;
}
.BgClassName
{
background-color: #3DBD81;
}
</style>
border-color css
<style>
span { border-color: #3DBD81; }
span { border-color: rgb(61,189,129); }
td.TdClassName
{
border-color: #3DBD81;
}
.TagClassName
{
border-color: #3DBD81;
}
</style>