Shades of Medium Sea Green #3DB97D
Tints of Medium Sea Green #3DB97D
RGB
CMYK
RGB Variations
Color information
#3DB97D (or 0x3DB97D) is known color: Medium Sea Green. HEX triplet: 3D, B9 and 7D. RGB value is (61,185,125). Sum of RGB (Red+Green+Blue) = 61+185+125=371 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.44% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB97D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB97D is #C24682. Grayscale: #8D8D8D. Windows color (decimal): -12732035 or 8239421. OLE color: 8239421.
HSL color Cylindrical-coordinate representation of color #3DB97D: hue angle of 150.97º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB97D is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 185 | 125 | - |
| CMYK | 0.67 | 0 | 0.32 | 0.27 |
| HSL | 150.97º | 0.5% | 0.48% | - |
| HSV(B) | 150.97º | 0.67% | 0.73% | - |
| XYZ | 22.98 | 37.17 | 25.37 | - |
| YUV | 141.08 | 118.92 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 185 | 125 | 0.67 | 0 | 0.32 | 0.27 | 150.97 | 0.5 | 0.48 |
| Hex | 3D | B9 | 7D | 43 | 0 | 20 | 1B | 97 | 32 | 30 |
| Octal | 75 | 271 | 175 | 103 | 0 | 40 | 33 | 227 | 62 | 60 |
| Binary | 111101 | 10111001 | 1111101 | 1000011 | 0 | 100000 | 11011 | 10010111 | 110010 | 110000 |
Color Harmonies of #3DB97D
Complementary color
Monochromatic Colors of #3DB97D
Black with #3DB97D
Text Example
Text Example
White with #3DB97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB97D; }
p { color: rgb(61,185,125); }
H1.HeaderClassName
{
color: #3DB97D;
}
.AnyTagClassName
{
color: #3DB97D;
}
</style>
background-color css
<style>
a { background-color: #3DB97D; }
a { background-color: rgb(61,185,125); }
div.DivClassName
{
background-color: #3DB97D;
}
.BgClassName
{
background-color: #3DB97D;
}
</style>
border-color css
<style>
span { border-color: #3DB97D; }
span { border-color: rgb(61,185,125); }
td.TdClassName
{
border-color: #3DB97D;
}
.TagClassName
{
border-color: #3DB97D;
}
</style>