Shades of Medium Sea Green #3DA668
Tints of Medium Sea Green #3DA668
RGB
CMYK
RGB Variations
Color information
#3DA668 (or 0x3DA668) is known color: Medium Sea Green. HEX triplet: 3D, A6 and 68. RGB value is (61,166,104). Sum of RGB (Red+Green+Blue) = 61+166+104=331 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.43% from 331); Green value is 166 (65.23% from 255 or 50.15% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 166 - color contains mainly: green. Hex color #3DA668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA668 is #C25997. Grayscale: #7F7F7F. Windows color (decimal): -12736920 or 6858301. OLE color: 6858301.
HSL color Cylindrical-coordinate representation of color #3DA668: hue angle of 144.57º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA668 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 61 | 166 | 104 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.35 |
| HSL | 144.57º | 0.46% | 0.45% | - |
| HSV(B) | 144.57º | 0.63% | 0.65% | - |
| XYZ | 18.06 | 29.26 | 17.79 | - |
| YUV | 127.54 | 114.71 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 166 | 104 | 0.63 | 0 | 0.37 | 0.35 | 144.57 | 0.46 | 0.45 |
| Hex | 3D | A6 | 68 | 3F | 0 | 25 | 23 | 91 | 2E | 2D |
| Octal | 75 | 246 | 150 | 77 | 0 | 45 | 43 | 221 | 56 | 55 |
| Binary | 111101 | 10100110 | 1101000 | 111111 | 0 | 100101 | 100011 | 10010001 | 101110 | 101101 |
Color Harmonies of #3DA668
Complementary color
Monochromatic Colors of #3DA668
Black with #3DA668
Text Example
Text Example
White with #3DA668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA668; }
p { color: rgb(61,166,104); }
H1.HeaderClassName
{
color: #3DA668;
}
.AnyTagClassName
{
color: #3DA668;
}
</style>
background-color css
<style>
a { background-color: #3DA668; }
a { background-color: rgb(61,166,104); }
div.DivClassName
{
background-color: #3DA668;
}
.BgClassName
{
background-color: #3DA668;
}
</style>
border-color css
<style>
span { border-color: #3DA668; }
span { border-color: rgb(61,166,104); }
td.TdClassName
{
border-color: #3DA668;
}
.TagClassName
{
border-color: #3DA668;
}
</style>