Shades of Medium Sea Green #3DA370
Tints of Medium Sea Green #3DA370
RGB
CMYK
RGB Variations
Color information
#3DA370 (or 0x3DA370) is known color: Medium Sea Green. HEX triplet: 3D, A3 and 70. RGB value is (61,163,112). Sum of RGB (Red+Green+Blue) = 61+163+112=336 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.15% from 336); Green value is 163 (64.06% from 255 or 48.51% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 163 - color contains mainly: green. Hex color #3DA370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA370 is #C25C8F. Grayscale: #7E7E7E. Windows color (decimal): -12737680 or 7381821. OLE color: 7381821.
HSL color Cylindrical-coordinate representation of color #3DA370: hue angle of 150º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA370 is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 163 | 112 | - |
| CMYK | 0.63 | 0 | 0.31 | 0.36 |
| HSL | 150º | 0.46% | 0.44% | - |
| HSV(B) | 150º | 0.63% | 0.64% | - |
| XYZ | 17.95 | 28.36 | 19.86 | - |
| YUV | 126.69 | 119.71 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 163 | 112 | 0.63 | 0 | 0.31 | 0.36 | 150 | 0.46 | 0.44 |
| Hex | 3D | A3 | 70 | 3F | 0 | 1F | 24 | 96 | 2E | 2C |
| Octal | 75 | 243 | 160 | 77 | 0 | 37 | 44 | 226 | 56 | 54 |
| Binary | 111101 | 10100011 | 1110000 | 111111 | 0 | 11111 | 100100 | 10010110 | 101110 | 101100 |
Color Harmonies of #3DA370
Complementary color
Monochromatic Colors of #3DA370
Black with #3DA370
Text Example
Text Example
White with #3DA370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA370; }
p { color: rgb(61,163,112); }
H1.HeaderClassName
{
color: #3DA370;
}
.AnyTagClassName
{
color: #3DA370;
}
</style>
background-color css
<style>
a { background-color: #3DA370; }
a { background-color: rgb(61,163,112); }
div.DivClassName
{
background-color: #3DA370;
}
.BgClassName
{
background-color: #3DA370;
}
</style>
border-color css
<style>
span { border-color: #3DA370; }
span { border-color: rgb(61,163,112); }
td.TdClassName
{
border-color: #3DA370;
}
.TagClassName
{
border-color: #3DA370;
}
</style>